mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
s4:dsdb/repl/drepl_out_helpers.c - print out the correct error message (werr)
Also detected by Tru64 "cc".
This commit is contained in:
parent
450b26b9b5
commit
a13bd32fa9
@ -361,7 +361,7 @@ static void dreplsrv_op_pull_source_get_changes_trigger(struct tevent_req *req)
|
||||
werr = udv_convert(partition, &partition->uptodatevector, &partition->uptodatevector_ex);
|
||||
if (!W_ERROR_IS_OK(werr)) {
|
||||
DEBUG(0,(__location__ ": Failed to convert UDV for %s : %s\n",
|
||||
ldb_dn_get_linearized(partition->dn), nt_errstr(status)));
|
||||
ldb_dn_get_linearized(partition->dn), win_errstr(werr)));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user