mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01:28 +00:00
starting to make major updates to nmap-os-db, various fixes to the related tools
This commit is contained in:
@@ -143,7 +143,7 @@ int main(int argc, char *argv[]) {
|
||||
if (!testFP) fatal("Sorry -- failed to parse the so-called fingerprint you entered");
|
||||
|
||||
if ((rc = remove_duplicate_tests(testFP))) {
|
||||
printf("[WARN] Adjusted fingerprint due to %d duplicated tests (we only look at the first).\n", rc);
|
||||
printf("[WARN] Adjusted fingerprint due to %d duplicated tests (we only look at the one with the most attributes).\n", rc);
|
||||
}
|
||||
|
||||
/* Now we find the matches! */
|
||||
|
||||
Reference in New Issue
Block a user