1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-07 12:23:51 +03:00

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 commit is contained in:
Stefan Metzmacher
2005-08-26 08:42:29 +00:00
committed by Gerald (Jerry) Carter
parent b4f6f81d7b
commit e4424d2a6d
2 changed files with 2 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_DS_DRA_INVALID_PARAMETER", WERR_DS_DRA_INVALID_PARAMETER },
{ "WERR_DS_DRA_BAD_DN", WERR_DS_DRA_BAD_DN },
{ "WERR_DS_DRA_BAD_NC", WERR_DS_DRA_BAD_NC },
{ "WERR_DS_DRA_INTERNAL_ERROR", WERR_DS_DRA_INTERNAL_ERROR },
{ "WERR_DS_SINGLE_VALUE_CONSTRAINT", WERR_DS_SINGLE_VALUE_CONSTRAINT },
{ "WERR_DS_DRA_DB_ERROR", WERR_DS_DRA_DB_ERROR },
{ "WERR_DS_DRA_NO_REPLICA", WERR_DS_DRA_NO_REPLICA },