From a13bd32fa90ce0129227805811ed58490d8dba73 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 27 Nov 2010 20:06:18 +0100 Subject: s4:dsdb/repl/drepl_out_helpers.c - print out the correct error message (werr) Also detected by Tru64 "cc". --- source4/dsdb/repl/drepl_out_helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/dsdb/repl/drepl_out_helpers.c b/source4/dsdb/repl/drepl_out_helpers.c index b99f1267fe..2bd5974fad 100644 --- a/source4/dsdb/repl/drepl_out_helpers.c +++ b/source4/dsdb/repl/drepl_out_helpers.c @@ -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))); } } -- cgit