mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-25 16:22:53 -05:00
Init entry in be_entry_get_rw
This commit is contained in:
parent
7c9e8b1b87
commit
a1437d155e
1 changed files with 2 additions and 0 deletions
|
|
@ -1083,6 +1083,8 @@ be_entry_get_rw(
|
|||
Backend *be = op->o_bd;
|
||||
int rc;
|
||||
|
||||
*e = NULL;
|
||||
|
||||
op->o_bd = select_backend( ndn, 0, 0 );
|
||||
|
||||
if (op->o_bd == NULL) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue