mirror of
https://github.com/nmap/nmap.git
synced 2026-01-20 13:19:01 +00:00
Remove unused and undeclared variable name "method".
This commit is contained in:
@@ -21,7 +21,6 @@ portrule = shortport.port_or_service({110, 995}, {"pop3","pop3s"})
|
||||
action = function(host, port)
|
||||
local pMeth = nmap.registry.args.pop3loginmethod
|
||||
if (not pMeth) then pMeth = nmap.registry.pop3loginmethod end
|
||||
if (not pMeth) then pMeth = method end
|
||||
if (not pMeth) then pMeth = "USER" end
|
||||
|
||||
local login
|
||||
|
||||
Reference in New Issue
Block a user