diff options
Diffstat (limited to 'source4/include/nterr.h')
-rw-r--r-- | source4/include/nterr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/nterr.h b/source4/include/nterr.h index 14c76144a6..9cf9e0f086 100644 --- a/source4/include/nterr.h +++ b/source4/include/nterr.h @@ -562,6 +562,7 @@ #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) /* I use NT_STATUS_FOOBAR when I have no idea what error code to use - |