1
0
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:
Matthias Dieter Wallnöfer
2010-11-27 20:13:02 +01:00
parent bfb28243d0
commit eaac277381

View File

@ -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 */