mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 08:29:04 +00:00
It's used two times, in two separate blocks of the function. Therefore it was declared twice (once per block), then got moved toplevel but the second declaration was forgotten somehow. This doesn't actually change anything (identical objdump -d diff) but makes code nicer.