1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-08 07:29:03 +00:00

Removed undesired debugging printf() call.

This commit is contained in:
henri
2013-04-22 19:30:07 +00:00
parent 2b3a3ca5df
commit f5e437cdbf

View File

@@ -293,8 +293,6 @@ void proxy_http_node_init(struct proxy_node *proxy, char *proxystr) {
if (strport == NULL)
strport = "8080";
printf("init HTTP node http://%s:%s\n", strhost, strport);
sin = (struct sockaddr_in *)&proxy->ss;
sin->sin_family = AF_INET;
inet_pton(AF_INET, strhost, &sin->sin_addr);