From: Howard Chu Date: Thu, 14 Mar 2013 13:39:46 +0000 (-0700) Subject: ITS#7531 check updateCookie status for INTERMEDIATEs X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=575ad77adba06acfbcb2d44a06240794d00a8b9c;p=openldap ITS#7531 check updateCookie status for INTERMEDIATEs Was already being checked for other message types. --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index d00ba0cdb3..1fba0b7d30 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -1344,6 +1344,9 @@ do_syncrep2( ldap_memfree( retoid ); ber_bvfree( retdata ); + if ( rc ) + goto done; + } else { Debug( LDAP_DEBUG_ANY, "do_syncrep2: %s " "unknown intermediate response (%d)\n",