mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
parent
854f64202e
commit
c932ad19f0
1 changed files with 3 additions and 1 deletions
|
|
@ -998,8 +998,10 @@ autogroup_del_entry_cb( Operation *op, SlapReply *rs )
|
|||
ldap_pvt_thread_mutex_unlock( &age->age_mutex );
|
||||
}
|
||||
|
||||
if ( !aa->e )
|
||||
if ( !aa->e ) {
|
||||
ldap_pvt_thread_mutex_unlock( &agi->agi_mutex );
|
||||
goto done;
|
||||
}
|
||||
|
||||
/* Check if the entry matches any of the groups.
|
||||
If yes, we can delete the entry from that group. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue