mirror of
https://github.com/nmap/nmap.git
synced 2025-12-22 23:49:03 +00:00
Spellcheck: common misspellings in the entire source tree
This commit is contained in:
@@ -122,7 +122,7 @@ end
|
||||
-- @return true on valid access, false on failure
|
||||
local function isValidCredential( host, port, path, user, pass )
|
||||
-- we need to supply the no_cache directive, or else the http library
|
||||
-- incorrectly tells us that the authentication was successfull
|
||||
-- incorrectly tells us that the authentication was successful
|
||||
local result = http.get( host, port, path, { auth = { username = user, password = pass }, no_cache = true })
|
||||
|
||||
if ( result.status == 401 ) then
|
||||
|
||||
Reference in New Issue
Block a user