1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 09:59:04 +00:00

Restore empty rpc_info field to gnmap port output from r29619.

Patch by Daniel Miller.
This commit is contained in:
david
2013-04-17 22:48:31 +00:00
parent 2a61d7229d
commit 13abd4df8a
2 changed files with 4 additions and 1 deletions

View File

@@ -760,7 +760,7 @@ void printportoutput(Target *currenths, PortList *plist) {
p++;
}
}
log_write(LOG_MACHINE, "%d/%s/%s//%s/%s/", current->portno,
log_write(LOG_MACHINE, "%d/%s/%s//%s//%s/", current->portno,
state, protocol, serviceinfo, grepvers);
xml_open_start_tag("port");