]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/abandon.c
Yet another schema error bug fix
[openldap] / servers / slapd / abandon.c
index cc3cc8cc9eb31372ca107d777e7e6114e3688743..b092d124f338f2c1d2713d7a0fe672af46949edd 100644 (file)
@@ -92,9 +92,7 @@ do_abandon(
 
        LDAP_STAILQ_FOREACH( o, &conn->c_ops, o_next ) {
                if ( o->o_msgid == id ) {
-                       ldap_pvt_thread_mutex_lock( &o->o_abandonmutex );
                        o->o_abandon = 1;
-                       ldap_pvt_thread_mutex_unlock( &o->o_abandonmutex );
                        goto done;
                }
        }