1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +02:00

relay: remove dead assignment

This commit is contained in:
Sébastien Helleu
2021-07-08 23:02:50 +02:00
parent 6052c1a5c0
commit efea27bb24
-1
View File
@@ -276,7 +276,6 @@ relay_server_sock_cb (const void *pointer, void *data, int fd)
(void) data;
(void) fd;
client_fd = -1;
relay_password = NULL;
relay_totp_secret = NULL;