summaryrefslogtreecommitdiff
path: root/source3/include/nterr.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-04-15 05:02:22 +0000
committerTim Potter <tpot@samba.org>2002-04-15 05:02:22 +0000
commitd9cfe0f3ebdcf053f79ee0bbba59d4dbe2831145 (patch)
treebdffbae91c0eef28bad9e1b3b092bc766d9f3150 /source3/include/nterr.h
parent59a04032c86a9304156946c6f71bb4b1375ab81b (diff)
downloadsamba-d9cfe0f3ebdcf053f79ee0bbba59d4dbe2831145.tar.gz
samba-d9cfe0f3ebdcf053f79ee0bbba59d4dbe2831145.tar.bz2
samba-d9cfe0f3ebdcf053f79ee0bbba59d4dbe2831145.zip
Merge of lsa lookup names/sids patch from HEAD.
(This used to be commit e57c162897d4a7e66bb87091d179ac138f751c64)
Diffstat (limited to 'source3/include/nterr.h')
-rw-r--r--source3/include/nterr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/nterr.h b/source3/include/nterr.h
index ef8e6bd27f..a869e19738 100644
--- a/source3/include/nterr.h
+++ b/source3/include/nterr.h
@@ -30,6 +30,7 @@
#define NT_STATUS_NO_MORE_ENTRIES NT_STATUS(0x8000001a)
#define STATUS_MORE_ENTRIES NT_STATUS(0x0105)
+#define STATUS_SOME_UNMAPPED NT_STATUS(0x0107)
#define ERROR_INVALID_PARAMETER NT_STATUS(0x0057)
#define ERROR_INSUFFICIENT_BUFFER NT_STATUS(0x007a)
#define STATUS_NOTIFY_ENUM_DIR NT_STATUS(0x010c)