]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9534 fix prev commit
authorHoward Chu <hyc@openldap.org>
Sat, 24 Apr 2021 14:47:03 +0000 (15:47 +0100)
committerHoward Chu <hyc@openldap.org>
Sat, 24 Apr 2021 14:47:03 +0000 (15:47 +0100)
servers/slapd/syncrepl.c

index d6b1ab21d5ab9868a343bd46bd765964c1385b64..88fe16fdffa2493fbe860cc1018ede7f7810c155 100644 (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 );