Added error string for STATUS_SOME_UNMAPPED
authorTim Potter <tpot@samba.org>
Sun, 14 Apr 2002 11:13:49 +0000 (11:13 +0000)
committerTim Potter <tpot@samba.org>
Sun, 14 Apr 2002 11:13:49 +0000 (11:13 +0000)
(This used to be commit f736e115c00e02e3f131ccceb7769559dd4d908a)

source3/libsmb/nterr.c

index b74dde9b14fb587f81eacc969607b9437de13903..faf5147fe29ad60807a10b174ae9c94bc640cac1 100644 (file)
@@ -534,6 +534,7 @@ nt_err_code_struct nt_errs[] =
        { "NT_STATUS_QUOTA_LIST_INCONSISTENT", NT_STATUS_QUOTA_LIST_INCONSISTENT },
        { "NT_STATUS_FILE_IS_OFFLINE", NT_STATUS_FILE_IS_OFFLINE },
         { "NT_STATUS_NO_MORE_ENTRIES", NT_STATUS_NO_MORE_ENTRIES },
+       { "STATUS_SOME_UNMAPPED", STATUS_SOME_UNMAPPED },
        { NULL, NT_STATUS(0) }
 };