diff --git a/scripts/anonFTP.nse b/scripts/anonFTP.nse index 41d13ae70..9a7a44ef5 100644 --- a/scripts/anonFTP.nse +++ b/scripts/anonFTP.nse @@ -26,7 +26,7 @@ action = function(host, port) socket:close() end - local try = nmap.new_try(err_catch()) + local try = nmap.new_try(err_catch) socket:set_timeout(5000) try(socket:connect(host.ip, port.number, port.protocol))