summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-07-22 19:34:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:38:18 -0500
commite5b6fea73eff8f30fb48d04cb0ec55b0abe95dca (patch)
tree68ac7eb4db983c58eea726af3c0d672851fc7ae2 /source3
parent3785912b7d11f5da1b3797f58ec4cae7f8dc7cab (diff)
downloadsamba-e5b6fea73eff8f30fb48d04cb0ec55b0abe95dca.tar.gz
samba-e5b6fea73eff8f30fb48d04cb0ec55b0abe95dca.tar.bz2
samba-e5b6fea73eff8f30fb48d04cb0ec55b0abe95dca.zip
r17191: Forgotten file, sorry!
(This used to be commit 32fbf66a4be3d1cc0251f00e54020bf2dbd0dfb0)
Diffstat (limited to 'source3')
-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 6cf5a756d2..b6db14817d 100644
--- a/source3/include/nterr.h
+++ b/source3/include/nterr.h
@@ -561,5 +561,6 @@
#define NT_STATUS_FILE_IS_OFFLINE NT_STATUS(0xC0000000 | 0x0267)
#define NT_STATUS_NOT_A_REPARSE_POINT NT_STATUS(0xC0000000 | 0x0275)
#define NT_STATUS_NO_SUCH_JOB NT_STATUS(0xC0000000 | 0xEDE) /* scheduler */
+#define NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED NT_STATUS(0xC0000000 | 0x20004)
#endif /* _NTERR_H */