mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Added a string for NT_STATUS_OK, m'kay?
(This used to be commit ff14930834
)
This commit is contained in:
parent
03afeaecfc
commit
a94843061a
@ -31,6 +31,7 @@ typedef struct
|
||||
|
||||
nt_err_code_struct nt_errs[] =
|
||||
{
|
||||
{ "NT_STATUS_OK", NT_STATUS_OK },
|
||||
{ "NT_STATUS_UNSUCCESSFUL", NT_STATUS_UNSUCCESSFUL },
|
||||
{ "NT_STATUS_NOT_IMPLEMENTED", NT_STATUS_NOT_IMPLEMENTED },
|
||||
{ "NT_STATUS_INVALID_INFO_CLASS", NT_STATUS_INVALID_INFO_CLASS },
|
||||
|
Loading…
Reference in New Issue
Block a user