mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
ITS#9707 also: don't log null cookie
This commit is contained in:
parent
bb17e23f28
commit
453799eb97
1 changed files with 2 additions and 1 deletions
|
|
@ -1097,7 +1097,8 @@ do_syncrep1(
|
|||
}
|
||||
|
||||
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 ?
|
||||
si->si_syncCookie.octet_str.bv_val : "" );
|
||||
|
||||
if ( si->si_syncCookie.octet_str.bv_val ) {
|
||||
ldap_pvt_thread_mutex_lock( &si->si_monitor_mutex );
|
||||
|
|
|
|||
Loading…
Reference in a new issue