mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Removed undesired debugging printf() call.
This commit is contained in:
parent
2b3a3ca5df
commit
f5e437cdbf
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue