mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix rev 1.220 - remove extra free_syncop()
This commit is contained in:
parent
5a97371ef3
commit
a709d8b69a
@ -2107,7 +2107,7 @@ syncprov_search_response( Operation *op, SlapReply *rs )
|
||||
if ( op->o_abandon ) {
|
||||
ldap_pvt_thread_mutex_unlock( &op->o_conn->c_mutex );
|
||||
ldap_pvt_thread_mutex_unlock( &ss->ss_so->s_mutex );
|
||||
syncprov_free_syncop( ss->ss_so );
|
||||
/* syncprov_ab_cleanup will free this syncop */
|
||||
return SLAPD_ABANDON;
|
||||
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user