1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-02 11:39:03 +00:00

merge soc07 r4860 - Add verbose data file path reporting. Some more changes might be coming, for example to change the conditions under which this information is displayed.

This commit is contained in:
fyodor
2007-08-11 03:59:18 +00:00
parent cb799fcef9
commit 5e3bb361f2
10 changed files with 120 additions and 0 deletions

View File

@@ -1793,6 +1793,9 @@ int nmap_main(int argc, char *argv[]) {
num_host_exp_groups = 0;
free(host_exp_group);
if (o.verbose)
printdatafilepaths();
printfinaloutput();
free_scan_lists(ports);