mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
ITS#9534 fix prev commit
This commit is contained in:
parent
87099f8e0d
commit
2cda679e3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue