summaryrefslogtreecommitdiff
path: root/source4/dsdb/repl
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-27 20:06:18 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-27 21:50:42 +0100
commita13bd32fa90ce0129227805811ed58490d8dba73 (patch)
tree9b7deaab1e5e94d9a2813362640469c0e0179788 /source4/dsdb/repl
parent450b26b9b5917caaa1a8ad87c9107d741434e9e9 (diff)
downloadsamba-a13bd32fa90ce0129227805811ed58490d8dba73.tar.gz
samba-a13bd32fa90ce0129227805811ed58490d8dba73.tar.bz2
samba-a13bd32fa90ce0129227805811ed58490d8dba73.zip
s4:dsdb/repl/drepl_out_helpers.c - print out the correct error message (werr)
Also detected by Tru64 "cc".
Diffstat (limited to 'source4/dsdb/repl')
-rw-r--r--source4/dsdb/repl/drepl_out_helpers.c2
1 files changed, 1 insertions, 1 deletions
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)));
}
}