1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 08:29:04 +00:00

Fix some NSEDoc.

This commit is contained in:
david
2010-06-24 17:01:55 +00:00
parent 9c3f61d870
commit 32c8ee9f1f
5 changed files with 28 additions and 28 deletions

View File

@@ -56,7 +56,7 @@ end
-- @param host table with information as recieved by <code>action</code>
-- @param port table with information as recieved by <code>action</code>
-- @param database string containing the database name
-- @param username string containing the username against which to guess
-- @param creds an iterator producing username, password pairs
-- @param valid_accounts table in which to store found accounts
doLogin = function( host, port, database, creds, valid_accounts )
local helper, status, response, passwords