diff options
author | Tim Potter <tpot@samba.org> | 2002-04-15 05:02:22 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-04-15 05:02:22 +0000 |
commit | d9cfe0f3ebdcf053f79ee0bbba59d4dbe2831145 (patch) | |
tree | bdffbae91c0eef28bad9e1b3b092bc766d9f3150 /source3/libsmb/nterr.c | |
parent | 59a04032c86a9304156946c6f71bb4b1375ab81b (diff) | |
download | samba-d9cfe0f3ebdcf053f79ee0bbba59d4dbe2831145.tar.gz samba-d9cfe0f3ebdcf053f79ee0bbba59d4dbe2831145.tar.xz samba-d9cfe0f3ebdcf053f79ee0bbba59d4dbe2831145.zip |
Merge of lsa lookup names/sids patch from HEAD.
(This used to be commit e57c162897d4a7e66bb87091d179ac138f751c64)
Diffstat (limited to 'source3/libsmb/nterr.c')
-rw-r--r-- | source3/libsmb/nterr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/nterr.c b/source3/libsmb/nterr.c index b74dde9b14f..faf5147fe29 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) } }; |