mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Fix prev commit
This commit is contained in:
parent
55e8763433
commit
df1aa2fa89
@ -1344,9 +1344,10 @@ static int accesslog_response(Operation *op, SlapReply *rs) {
|
||||
li->li_old = NULL;
|
||||
/* Disarm mod_cleanup */
|
||||
for ( cb = op->o_callback->sc_next; cb; cb = cb->sc_next ) {
|
||||
if ( cb->sc_private == (void *)on )
|
||||
if ( cb->sc_private == (void *)on ) {
|
||||
cb->sc_private = NULL;
|
||||
break;
|
||||
break;
|
||||
}
|
||||
}
|
||||
ldap_pvt_thread_rmutex_unlock( &li->li_op_rmutex, op->o_tid );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user