mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-11 06:43:09 -05:00
Tweak prev commit for RE24 style debug
This commit is contained in:
parent
d203140ae1
commit
d224e576a9
1 changed files with 1 additions and 1 deletions
|
|
@ -1072,7 +1072,7 @@ do_syncrep1(
|
|||
|
||||
si->si_refreshDone = 0;
|
||||
Debug( LDAP_DEBUG_SYNC, "do_syncrep1: %s starting refresh (sending cookie=%s)\n",
|
||||
si->si_ridtxt, si->si_syncCookie.octet_str.bv_val );
|
||||
si->si_ridtxt, si->si_syncCookie.octet_str.bv_val, 0 );
|
||||
|
||||
rc = ldap_sync_search( si, op->o_tmpmemctx );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue