From d3b4b69a270efd85728ac77fe23a0fb39d9dce10 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 7 Dec 2007 16:19:34 +0100 Subject: Add NT_STATUS_DOWNGRADE_DETECTED (thanks to Magnus Mertens). Guenther (This used to be commit 970daaa0a620d8e47475909cd7b5e54869602530) --- source3/include/nterr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/nterr.h b/source3/include/nterr.h index da9fab3aca..5749c4efbf 100644 --- a/source3/include/nterr.h +++ b/source3/include/nterr.h @@ -563,6 +563,7 @@ #define NT_STATUS_FILE_IS_OFFLINE NT_STATUS(0xC0000000 | 0x0267) #define NT_STATUS_DS_NO_MORE_RIDS NT_STATUS(0xC0000000 | 0x02a8) #define NT_STATUS_NOT_A_REPARSE_POINT NT_STATUS(0xC0000000 | 0x0275) +#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) -- cgit