1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +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 },