diff --git a/proxy.c b/proxy.c index 6f6f05a0..d7069cb0 100644 --- a/proxy.c +++ b/proxy.c @@ -407,8 +407,7 @@ Socket *new_connection(SockAddr *addr, const char *hostname, if ((sret = platform_new_connection(addr, hostname, port, privport, oobinline, nodelay, keepalive, - plug, conf)) != - NULL) + plug, conf)) != NULL) return sret; ret = snew(ProxySocket);