mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s4:dsdb/repl/drepl_service.c - return the correct WERR result
This commit is contained in:
@ -308,7 +308,7 @@ static NTSTATUS drepl_replica_sync(struct irpc_message *msg,
|
||||
}
|
||||
if (!W_ERROR_IS_OK(werr)) {
|
||||
REPLICA_SYNC_FAIL("Failed to locate source DSA for given NC",
|
||||
WERR_DS_DRA_NO_REPLICA);
|
||||
werr);
|
||||
}
|
||||
|
||||
/* schedule replication item */
|
||||
|
Reference in New Issue
Block a user