mirror of
https://github.com/nmap/nmap.git
synced 2026-01-03 21:29:01 +00:00
nmap.new_try(err_catch()) to nmap.new_try(err_catch) The first statement calles new_try with the result of calling the err_catch function, which is nil, when what is wanted is to call new_try with the function itself as an argument.
1.0 KiB
1.0 KiB