From 7971081999510ecdad2ebbb978f8f2f82ff6f0b3 Mon Sep 17 00:00:00 2001 From: jah Date: Thu, 6 Aug 2009 09:50:36 +0000 Subject: [PATCH] Remove unused and undeclared variable name "method". --- scripts/pop3-brute.nse | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/pop3-brute.nse b/scripts/pop3-brute.nse index 129dd0d7b..d981c2f32 100644 --- a/scripts/pop3-brute.nse +++ b/scripts/pop3-brute.nse @@ -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