summaryrefslogtreecommitdiff
path: root/source3/libsmb/nterr.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-09-11 04:14:26 +0000
committerTim Potter <tpot@samba.org>2001-09-11 04:14:26 +0000
commita94843061a3d2dbc7de11db9c07226670555cf9b (patch)
tree82a5ad169cab44d6c8ce6bd1e323b4cca031648b /source3/libsmb/nterr.c
parent03afeaecfc3369739755c24d2ec0473ad751aa37 (diff)
downloadsamba-a94843061a3d2dbc7de11db9c07226670555cf9b.tar.gz
samba-a94843061a3d2dbc7de11db9c07226670555cf9b.tar.bz2
samba-a94843061a3d2dbc7de11db9c07226670555cf9b.zip
Added a string for NT_STATUS_OK, m'kay?
(This used to be commit ff149308349fbf80399d9d541659f3c1d668306a)
Diffstat (limited to 'source3/libsmb/nterr.c')
-rw-r--r--source3/libsmb/nterr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/nterr.c b/source3/libsmb/nterr.c
index 7fdeb4e5a7..1f61e648c2 100644
--- a/source3/libsmb/nterr.c
+++ b/source3/libsmb/nterr.c
@@ -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 },