relay: remove dead assignment
This commit is contained in:
parent
6052c1a5c0
commit
efea27bb24
@ -276,7 +276,6 @@ relay_server_sock_cb (const void *pointer, void *data, int fd)
|
|||||||
(void) data;
|
(void) data;
|
||||||
(void) fd;
|
(void) fd;
|
||||||
|
|
||||||
client_fd = -1;
|
|
||||||
relay_password = NULL;
|
relay_password = NULL;
|
||||||
relay_totp_secret = NULL;
|
relay_totp_secret = NULL;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user