1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 10:59:02 +00:00

Whitespace.

This commit is contained in:
david
2012-11-12 19:01:01 +00:00
parent c92d25dfcb
commit 665e6b9e70

View File

@@ -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;
}