mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 09:13:14 +02:00
relay: remove dead assignment in function relay_client_recv_cb
This commit is contained in:
@@ -462,7 +462,6 @@ relay_client_recv_cb (void *arg_client, int fd)
|
||||
return WEECHAT_RC_OK;
|
||||
}
|
||||
ptr_buffer = decoded;
|
||||
num_read = (int)decoded_length;
|
||||
}
|
||||
|
||||
if ((client->websocket == 1)
|
||||
|
||||
Reference in New Issue
Block a user