diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-12 15:24:57 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-12 15:24:57 +1000 |
commit | 766774feaea925dd2fdffbfdc55ced66962564b8 (patch) | |
tree | 62f754c18462e033cf9af1376242a28ca94c23fb /source4/dsdb/repl/drepl_out_helpers.c | |
parent | 7bdae8bfba862a67720d53dcffbf77f6b93ceeb4 (diff) | |
parent | 5c0cf012a746228aa17524e5e153b833028f284b (diff) | |
download | samba-766774feaea925dd2fdffbfdc55ced66962564b8.tar.gz samba-766774feaea925dd2fdffbfdc55ced66962564b8.tar.bz2 samba-766774feaea925dd2fdffbfdc55ced66962564b8.zip |
Merge branch 'master' of /home/tridge/samba/git/combined
Diffstat (limited to 'source4/dsdb/repl/drepl_out_helpers.c')
-rw-r--r-- | source4/dsdb/repl/drepl_out_helpers.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/dsdb/repl/drepl_out_helpers.c b/source4/dsdb/repl/drepl_out_helpers.c index 59b3176444..e90f2783b1 100644 --- a/source4/dsdb/repl/drepl_out_helpers.c +++ b/source4/dsdb/repl/drepl_out_helpers.c @@ -464,10 +464,8 @@ static void dreplsrv_update_refs_recv(struct rpc_request *req) c->status = dcerpc_ndr_request_recv(req); if (!composite_is_ok(c)) { - DEBUG(0,("UpdateRefs failed with %s for %s %s\n", - nt_errstr(c->status), - r->in.req.req1.dest_dsa_dns_name, - r->in.req.req1.naming_context->dn)); + DEBUG(0,("UpdateRefs failed with %s\n", + nt_errstr(c->status))); return; } |