From e5b6fea73eff8f30fb48d04cb0ec55b0abe95dca Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 22 Jul 2006 19:34:10 +0000 Subject: r17191: Forgotten file, sorry! (This used to be commit 32fbf66a4be3d1cc0251f00e54020bf2dbd0dfb0) --- source3/include/nterr.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- cgit