diff --git a/ncat/ncat_proxy.c b/ncat/ncat_proxy.c index b96a91dc6..fc7623ea5 100644 --- a/ncat/ncat_proxy.c +++ b/ncat/ncat_proxy.c @@ -442,8 +442,8 @@ static int handle_connect(struct socket_buffer *client_sock, if (rc != 0) { if (o.debug) { logdebug("Can't resolve name \"%s\": %s.\n", - request->uri.host, gai_strerror(rc)); - } + request->uri.host, gai_strerror(rc)); + } return 504; }