]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/operational.c
remove dbenv->lock_put() call from transaction-protected operations
[openldap] / servers / slapd / operational.c
index 1c37cec54365c67dc863ebeb3ef1887463646ccc..8accbee4252ad44d6e00797c3006b2e4376e8012 100644 (file)
@@ -27,6 +27,7 @@ slap_operational_subschemaSubentry( void )
        a->a_vals[1].bv_val = NULL;
 
        a->a_next = NULL;
+       a->a_flags = 0;
 
        return a;
 }
@@ -47,6 +48,7 @@ slap_operational_hasSubordinate( int hs )
        a->a_vals[1].bv_val = NULL;
 
        a->a_next = NULL;
+       a->a_flags = 0;
 
        return a;
 }