diff options
-rw-r--r-- | src/reqs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1556,7 +1556,7 @@ void handle_connection (struct conn_s *connptr, union sockaddr_union* addr) if(!conn_init_contents (connptr, peer_ipaddr, config->bindsame ? sock_ipaddr : NULL, - sock_ipconfig_alt[0] ? sock_ipaddr_alt : NULL)) { + sock_ipaddr_alt[0] ? sock_ipaddr_alt : NULL)) { close (fd); return; } |