ITS#9534 fix prev commit

This commit is contained in:
Howard Chu 2021-04-24 15:47:03 +01:00
parent 87099f8e0d
commit 2cda679e3b

View file

@ -1901,7 +1901,7 @@ done:
if ( rc ) {
if ( rc == LDAP_SYNC_REFRESH_REQUIRED && si->si_logstate == SYNCLOG_LOGGING && si->si_ld )
return rc
return rc;
/* never reuse existing connection */
if ( si->si_conn ) {
connection_client_stop( si->si_conn );