Nmap Development mailing list archives

Re: max-retries not playing well


From: Fyodor <fyodor () insecure org>
Date: Sun, 2 Jul 2006 12:15:40 -0700

On Sun, Jul 02, 2006 at 01:38:29PM -0500, Jon Passki wrote:
        } else if (optcmp(long_options[option_index].name, "max-
retries") == 0) {
-        pre_max_retries = atoi(optarg);
+        int pre_max_retries = atoi(optarg);

Great catch!  I have applied this for Nmap 4.20ALPHA4, which should be
out to nmap-dev within the next couple of days.

o Fixed the --max-retries option, which wasn't being honored.  Thanks
  to Jon Passki (jon.passki(a)hursk.com) for the patch.

Cheers,
-F


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


Current thread: