mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
ITS#7531 check updateCookie status for INTERMEDIATEs
Was already being checked for other message types.
This commit is contained in:
parent
334ca55089
commit
575ad77adb
1 changed files with 3 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue