From a94843061a3d2dbc7de11db9c07226670555cf9b Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 11 Sep 2001 04:14:26 +0000 Subject: Added a string for NT_STATUS_OK, m'kay? (This used to be commit ff149308349fbf80399d9d541659f3c1d668306a) --- source3/libsmb/nterr.c | 1 + 1 file changed, 1 insertion(+) 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 }, -- cgit