mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Remove unused and undeclared variable name "method".
This commit is contained in:
parent
46866b4483
commit
7971081999
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue