summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-02-27 00:10:03 +0000
committerGerald Carter <jerry@samba.org>2002-02-27 00:10:03 +0000
commit50cfb990c5a77f8679fb60573cbb003a8d72779c (patch)
treed77278388bd9206e7079230ece6ed76dde6e982c
parent69daf795673dfc23be87e5dbd5ab96594ad4929b (diff)
downloadsamba-50cfb990c5a77f8679fb60573cbb003a8d72779c.tar.gz
samba-50cfb990c5a77f8679fb60573cbb003a8d72779c.tar.xz
samba-50cfb990c5a77f8679fb60573cbb003a8d72779c.zip
fix a few error defines
-rw-r--r--source/include/nterr.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/include/nterr.h b/source/include/nterr.h
index 69b5d7981de..cf1aa12be83 100644
--- a/source/include/nterr.h
+++ b/source/include/nterr.h
@@ -30,10 +30,12 @@
#define STATUS_BUFFER_OVERFLOW NT_STATUS(0x80000005)
#define NT_STATUS_NO_MORE_ENTRIES NT_STATUS(0x8000001a)
-#define STATUS_MORE_ENTRIES NT_STATUS(0x0105)
#define ERROR_INVALID_PARAMETER NT_STATUS(0x0057)
#define ERROR_INSUFFICIENT_BUFFER NT_STATUS(0x007a)
-#define STATUS_1804 NT_STATUS(0x070c)
+#define STATUS_MORE_ENTRIES NT_STATUS(0x0105)
+#define ERROR_INVALID_DATATYPE NT_STATUS(0x070c)
+
+#define STATUS_MORE_ENTRIES NT_STATUS(0x0105)
#define STATUS_NOTIFY_ENUM_DIR NT_STATUS(0x010c)
/* Win32 Error codes extracted using a loop in smbclient then printing a