1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 17:09:02 +00:00

Cleans up another triviality

This commit is contained in:
nnposter
2017-03-30 01:13:36 +00:00
parent a7b8d0df4f
commit 50bfc7c5bb

View File

@@ -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
})