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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user