From 81021aaa953661e711ba0030ab2644664587ad5b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 26 Aug 2005 08:42:29 +0000 Subject: r9638: add error code that you get when you call DsGetNCChanges() with a tmp_highest_usn which is higher than the real highest of the source dsa metze (This used to be commit e4424d2a6dc7a783e8b3af4a164f8dc801130e44) --- source4/include/doserr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/include/doserr.h') diff --git a/source4/include/doserr.h b/source4/include/doserr.h index c6a0425022..410ba89cea 100644 --- a/source4/include/doserr.h +++ b/source4/include/doserr.h @@ -252,6 +252,7 @@ #define WERR_DS_DRA_INVALID_PARAMETER W_ERROR(0x000020f5) #define WERR_DS_DRA_BAD_DN W_ERROR(0x000020f7) #define WERR_DS_DRA_BAD_NC W_ERROR(0x000020f8) +#define WERR_DS_DRA_INTERNAL_ERROR W_ERROR(0x000020fa) #define WERR_DS_SINGLE_VALUE_CONSTRAINT W_ERROR(0x00002081) #define WERR_DS_DRA_DB_ERROR W_ERROR(0x00002103) #define WERR_DS_DRA_NO_REPLICA W_ERROR(0x00002104) -- cgit