Skip to content
Snippets Groups Projects
Commit df1aa2fa authored by Howard Chu's avatar Howard Chu
Browse files

Fix prev commit

parent 55e87634
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment