Remove unused and undeclared variable name "method".

This commit is contained in:
jah 2009-08-06 09:50:36 +00:00
parent 46866b4483
commit 7971081999

View file

@ -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