mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
ITS#6806 fix uninit'd NA.txn
This commit is contained in:
parent
aef310e4d8
commit
acf502d99d
@ -51,6 +51,7 @@ ndb_back_add(Operation *op, SlapReply *rs )
|
||||
op->oq_add.rs_e->e_name.bv_val, 0, 0);
|
||||
|
||||
ctrls[num_ctrls] = 0;
|
||||
NA.txn = NULL;
|
||||
|
||||
/* check entry's schema */
|
||||
rs->sr_err = entry_schema_check( op, op->oq_add.rs_e, NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user