mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
trivial grammar fix
This commit is contained in:
parent
fa2f4720cd
commit
94b77b4980
2 changed files with 2 additions and 2 deletions
|
|
@ -1525,7 +1525,7 @@ o.current_scantype = OS_SCAN;
|
|||
|
||||
if (target->FPR1->numFPs > 1 && target->FPR1->overall_results == OSSCAN_SUCCESS &&
|
||||
target->FPR1->accuracy[0] == 1.0) {
|
||||
if (o.verbose) error("WARNING: OS didn't match until the try #%d", target->FPR1->numFPs);
|
||||
if (o.verbose) error("WARNING: OS didn't match until try #%d", target->FPR1->numFPs);
|
||||
}
|
||||
|
||||
target->FPR1->goodFP = bestaccidx;
|
||||
|
|
|
|||
|
|
@ -3661,7 +3661,7 @@ static void endRound(OsScanInfo *OSI, HostOsScan *HOS, int roundNum) {
|
|||
hsi->FP_matches[roundNum].num_perfect_matches > 0) {
|
||||
memcpy(&(hsi->target->seq), &hsi->hss->si, sizeof(struct seq_info));
|
||||
if (roundNum > 0) {
|
||||
if(o.verbose) error("WARNING: OS didn't match until the try #%d", roundNum + 1);
|
||||
if(o.verbose) error("WARNING: OS didn't match until try #%d", roundNum + 1);
|
||||
}
|
||||
hsi->target->FPR->goodFP = roundNum;
|
||||
match_fingerprint(hsi->target->FPR->FPs[roundNum], hsi->target->FPR,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue