]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/bind.c
ITS#3151 always reschedule consistency_check task
[openldap] / servers / slapd / bind.c
index 1423aca172aa19b10c948930a2976ce101c27c80..ddeec15a143f8d725a84f91ca81d20eb5108c1fb 100644 (file)
@@ -715,11 +715,11 @@ cleanup:
        op->o_conn->c_sasl_bindop = NULL;
 
        if( op->o_req_dn.bv_val != NULL ) {
-               sl_free( op->o_req_dn.bv_val, op->o_tmpmemctx );
+               slap_sl_free( op->o_req_dn.bv_val, op->o_tmpmemctx );
                op->o_req_dn.bv_val = NULL;
        }
        if( op->o_req_ndn.bv_val != NULL ) {
-               sl_free( op->o_req_ndn.bv_val, op->o_tmpmemctx );
+               slap_sl_free( op->o_req_ndn.bv_val, op->o_tmpmemctx );
                op->o_req_ndn.bv_val = NULL;
        }