diff options
Diffstat (limited to 'source3/include/nterr.h')
-rw-r--r-- | source3/include/nterr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/nterr.h b/source3/include/nterr.h index 5749c4efbf..612cf6ea1b 100644 --- a/source3/include/nterr.h +++ b/source3/include/nterr.h @@ -566,5 +566,6 @@ #define NT_STATUS_DOWNGRADE_DETECTED NT_STATUS(0xC0000000 | 0x0388) #define NT_STATUS_NO_SUCH_JOB NT_STATUS(0xC0000000 | 0xEDE) /* scheduler */ #define NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED NT_STATUS(0xC0000000 | 0x20004) +#define NT_STATUS_RPC_CANNOT_SUPPORT NT_STATUS(0xC0000000 | 0x20041) #endif /* _NTERR_H */ |