summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-04-14 11:13:49 +0000
committerTim Potter <tpot@samba.org>2002-04-14 11:13:49 +0000
commit3a139656a336ac0b86632b9a32ed32ed85c969c0 (patch)
tree731ab2a82c33396d16cf98c75864934f115bd12d /source3/libsmb
parent57630be652547356f8c570807ebf9cc7915e0fd8 (diff)
downloadsamba-3a139656a336ac0b86632b9a32ed32ed85c969c0.tar.gz
samba-3a139656a336ac0b86632b9a32ed32ed85c969c0.tar.bz2
samba-3a139656a336ac0b86632b9a32ed32ed85c969c0.zip
Added error string for STATUS_SOME_UNMAPPED
(This used to be commit f736e115c00e02e3f131ccceb7769559dd4d908a)
Diffstat (limited to 'source3/libsmb')
-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 b74dde9b14..faf5147fe2 100644
--- a/source3/libsmb/nterr.c
+++ b/source3/libsmb/nterr.c
@@ -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) }
};