mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
Fix debug args
This commit is contained in:
parent
4b4072eb44
commit
8d03970944
1 changed files with 1 additions and 1 deletions
|
|
@ -843,7 +843,7 @@ syncprov_qplay( Operation *op, slap_overinst *on, syncops *so )
|
|||
rc = be_entry_get_rw( op, &opc.sndn, NULL, NULL, 0, &e );
|
||||
if ( rc ) {
|
||||
Debug( LDAP_DEBUG_SYNC, "syncprov_qplay: failed to get %s, "
|
||||
"error (%d), ignoring...\n", opc.sndn.bv_val, rc );
|
||||
"error (%d), ignoring...\n", opc.sndn.bv_val, rc, 0 );
|
||||
ch_free( sr );
|
||||
rc = 0;
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in a new issue