mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
Cleanup uninit'd vars
This commit is contained in:
parent
1fbc0dff88
commit
5bd89a1f1f
2 changed files with 3 additions and 0 deletions
|
|
@ -329,6 +329,7 @@ do_del:
|
|||
*/
|
||||
mod->sm_op = LDAP_MOD_ADD;
|
||||
softop = 1;
|
||||
chkpresent = 0;
|
||||
goto do_add;
|
||||
|
||||
case SLAP_MOD_SOFTDEL:
|
||||
|
|
@ -356,6 +357,7 @@ do_del:
|
|||
* We need to add index if necessary.
|
||||
*/
|
||||
mod->sm_op = LDAP_MOD_ADD;
|
||||
softop = 0;
|
||||
chkpresent = 1;
|
||||
goto do_add;
|
||||
|
||||
|
|
|
|||
|
|
@ -710,6 +710,7 @@ dn2entry_retry:
|
|||
}
|
||||
|
||||
wwctx.flag = 0;
|
||||
wwctx.nentries = 0;
|
||||
/* If we're running in our own read txn */
|
||||
if ( moi == &opinfo ) {
|
||||
cb.sc_writewait = mdb_writewait;
|
||||
|
|
|
|||
Loading…
Reference in a new issue