1
0
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:
Tim Potter 2001-09-11 04:14:26 +00:00
parent 03afeaecfc
commit a94843061a

View File

@ -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 },