Nmap Development mailing list archives

[PATCH] Fix typo in warning message in nmap.cc


From: Kris Katterjohn <kjak () ispwest com>
Date: Sun, 17 Sep 2006 16:35:12 -0500

The attached patch changes "make" to "may" in a warning message in
gather_logfile_resumption_state() in nmap.cc

It's a diff against 4.20ALPHA7

Thanks,
Kris Katterjohn
--- x/nmap.cc   2006-09-11 22:33:34.000000000 -0500
+++ y/nmap.cc   2006-09-17 16:30:10.000000000 -0500
@@ -1730,7 +1730,7 @@ int gather_logfile_resumption_state(char
   nmap_arg_buffer[21 + q-p] = '\0';
 
   if (strstr(nmap_arg_buffer, "--randomize-hosts") != NULL) {
-    error("WARNING:  You are attempting to resume a scan which used --randomize-hosts.  Some hosts in the last 
randomized batch make be missed and others may be repeated once");
+    error("WARNING:  You are attempting to resume a scan which used --randomize-hosts.  Some hosts in the last 
randomized batch may be missed and others may be repeated once");
   }
 
   *myargc = arg_parse(nmap_arg_buffer, myargv);

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org

Current thread: