mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08: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
@ -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 New Issue
Block a user