getting closer to 4.20ALPHA9

This commit is contained in:
fyodor 2006-10-14 01:25:43 +00:00
parent 25bbd2983d
commit e4ee4d5e4c
13 changed files with 93 additions and 64 deletions

View file

@ -2849,7 +2849,7 @@ OsScanInfo::OsScanInfo(vector<Target *> &Targets) {
#ifdef WIN32
if (Targets[targetno]->ifType() == devt_loopback) {
log_write(LOG_STDOUT, "Skipping OS Scan against %s because it doesn't work against your own machine (localhsot)\n", Targets[targetno]->NameIP());
log_write(LOG_STDOUT, "Skipping OS Scan against %s because it doesn't work against your own machine (localhost)\n", Targets[targetno]->NameIP());
continue;
}
#endif