1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 22:19:03 +00:00

[NSE] (Global fix.) This fixes a spelling error.

This commit is contained in:
batrick
2010-08-10 16:32:48 +00:00
parent b35255c8e9
commit 7c7c30fc24

View File

@@ -1449,7 +1449,7 @@ local read_auth_challenge = function(s, pos)
end
end
return pos, { scheme = scheme, param = param }
return pos, { scheme = scheme, params = params }
end
---