mirror of
https://github.com/nmap/nmap.git
synced 2025-12-13 03:09:02 +00:00
code to increase the scan delay if tries increased too much. But the main loop did an unconditional continue before incrementing tries, so it was always 0. I looked back at the history and saw that it was always like this for RPC scan. tries was only incremented for the other scan types handled by pos_scan, which now are done by ultra_scan. So I removed the tries accounting and dependent code.
210 KiB
210 KiB