mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Correct a constant value typo
This commit is contained in:
parent
4a1c9424d3
commit
be3d719dd7
1 changed files with 1 additions and 1 deletions
|
|
@ -4192,7 +4192,7 @@ status_codes =
|
|||
NT_STATUS_FILE_IS_OFFLINE = 0xc0000267,
|
||||
NT_STATUS_DS_NO_MORE_RIDS = 0xc00002a8,
|
||||
NT_STATUS_NOT_A_REPARSE_POINT = 0xc0000275,
|
||||
NT_STATUS_NO_SUCH_JOB = 0xc000EDE
|
||||
NT_STATUS_NO_SUCH_JOB = 0xc0000EDE
|
||||
}
|
||||
|
||||
for i, v in pairs(status_codes) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue