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:
@@ -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
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user