mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
ITS#6806 fix uninit'd NA.txn
This commit is contained in:
parent
aef310e4d8
commit
acf502d99d
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue