mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Fix another outError → nping_warning.
Apparently missed in r30691. Reported by Gisle Vanem. http://seclists.org/nmap-dev/2013/q2/32 Recommitted after recovery from backup.
This commit is contained in:
parent
a58e6d0f33
commit
67db6f0829
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ int NpingTargets::processSpecs(){
|
|||
}
|
||||
#ifdef WIN32
|
||||
if (rnfo.ii.device_type == devt_loopback){
|
||||
outError(QT_2, "Skipping %s because Windows does not allow localhost scans (try --unprivileged).", mytarget->getTargetIPstr() );
|
||||
nping_warning(QT_2, "Skipping %s because Windows does not allow localhost scans (try --unprivileged).", mytarget->getTargetIPstr() );
|
||||
delete mytarget;
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue