mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-31 14:50:34 +08:00
ITS#9707 also: don't log null cookie
This commit is contained in:
parent
bb17e23f28
commit
453799eb97
@ -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…
x
Reference in New Issue
Block a user