mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Another crash for ITS#3063
This commit is contained in:
parent
25166f8166
commit
591acac04f
1 changed files with 2 additions and 0 deletions
|
|
@ -525,6 +525,8 @@ bdb_do_search( Operation *op, SlapReply *rs, Operation *sop,
|
|||
ei_root.bei_parent = &ei_root;
|
||||
e_root.e_private = &ei_root;
|
||||
e_root.e_id = 1;
|
||||
e_root.e_nname.bv_val="";
|
||||
e_root.e_name.bv_val="";
|
||||
ei = &ei_root;
|
||||
rs->sr_err = LDAP_SUCCESS;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue