Skip to content
Snippets Groups Projects
Commit 76d1eeab authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#6806

parent 7d8e4713
No related branches found
No related tags found
No related merge requests found
...@@ -79,6 +79,7 @@ OpenLDAP 2.4.24 Engineering ...@@ -79,6 +79,7 @@ OpenLDAP 2.4.24 Engineering
Fixed slapd-ldif error strings (ITS#6731) Fixed slapd-ldif error strings (ITS#6731)
Fixed slapd-ndb to honor rootpw setting (ITS#6661) Fixed slapd-ndb to honor rootpw setting (ITS#6661)
Fixed slapd-ndb hasSubordinates generation (ITS#6712) Fixed slapd-ndb hasSubordinates generation (ITS#6712)
Fixed slapd-ndb variable initialization (ITS#6806)
Fixed slapd-meta anon retry with failed auth method (ITS#6643) Fixed slapd-meta anon retry with failed auth method (ITS#6643)
Fixed slapd-meta rebind proc (ITS#6665) Fixed slapd-meta rebind proc (ITS#6665)
Fixed slapd-meta to correctly rebind as user (ITS#6574) Fixed slapd-meta to correctly rebind as user (ITS#6574)
......
...@@ -51,6 +51,7 @@ ndb_back_add(Operation *op, SlapReply *rs ) ...@@ -51,6 +51,7 @@ ndb_back_add(Operation *op, SlapReply *rs )
op->oq_add.rs_e->e_name.bv_val, 0, 0); op->oq_add.rs_e->e_name.bv_val, 0, 0);
ctrls[num_ctrls] = 0; ctrls[num_ctrls] = 0;
NA.txn = NULL;
/* check entry's schema */ /* check entry's schema */
rs->sr_err = entry_schema_check( op, op->oq_add.rs_e, NULL, rs->sr_err = entry_schema_check( op, op->oq_add.rs_e, NULL,
......
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