1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Remove local declarations from the usage example in unpwdb.lua on a

suggestion from Patrick Donnelly. The for loops already localize their
variables.
This commit is contained in:
david
2010-01-22 21:54:52 +00:00
parent 5d7f91a6b2
commit 86c3be8180

View File

@@ -20,7 +20,6 @@
-- require("unpwdb")
--
-- local usernames, passwords
-- local username, password
-- local try = nmap.new_try()
--
-- usernames = try(unpwdb.usernames())