mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 12:19:02 +00:00
bug fixing
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("\n**WARNING**: Adjusted fingerprint due to %d duplicated tests (we only look at the first).", rc);
|
||||
printf("[WARN] Adjusted fingerprint due to %d duplicated tests (we only look at the first).\n", rc);
|
||||
}
|
||||
|
||||
/* Now we find the matches! */
|
||||
|
||||
Reference in New Issue
Block a user