mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
trivial fix
This commit is contained in:
parent
512ac415ba
commit
f4df290c14
1 changed files with 1 additions and 1 deletions
|
|
@ -1143,7 +1143,7 @@ void nmap_mass_rdns_core(Target **targets, int num_targets) {
|
|||
nsp_delete(dnspool);
|
||||
|
||||
if (cname_reqs.size() && o.debugging)
|
||||
log_write(LOG_STDOUT, "Performing system_dns for %d domain names that use CNAMEs\n", cname_reqs.size());
|
||||
log_write(LOG_STDOUT, "Performing system_dns for %d domain names that use CNAMEs\n", (int) cname_reqs.size());
|
||||
|
||||
SPM = new ScanProgressMeter("System CNAME DNS resolution");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue