mirror of
https://github.com/nmap/nmap.git
synced 2026-08-31 06:56:38 +00:00
Cleans up another triviality
This commit is contained in:
parent
a7b8d0df4f
commit
50bfc7c5bb
1 changed files with 1 additions and 1 deletions
|
|
@ -1167,7 +1167,7 @@ table.insert(fingerprints, {
|
|||
{username = "apc", password = "apc"}
|
||||
},
|
||||
login_check = function (host, port, path, user, pass)
|
||||
return try_http_basic_login(host, port, path, user, pass)
|
||||
return try_http_basic_login(host, port, path, user, pass, false)
|
||||
end
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue