mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
[NSE] (Global fix.) This fixes a spelling error.
This commit is contained in:
parent
b35255c8e9
commit
7c7c30fc24
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue