mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
relay: remove dead assignment in websocket decoding
This commit is contained in:
@@ -290,7 +290,6 @@ relay_websocket_decode_frame (const unsigned char *buffer,
|
||||
return 0;
|
||||
|
||||
/* decode frame */
|
||||
length_frame_size = 1;
|
||||
length_frame = buffer[index_buffer + 1] & 127;
|
||||
index_buffer += 2;
|
||||
if (index_buffer >= buffer_length)
|
||||
|
||||
Reference in New Issue
Block a user