mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 08:23:35 -05:00
matched needs to be initialized to NULL as we may never
make it to dn2entry_r().
This commit is contained in:
parent
dacc0bfc7d
commit
ecc44e2292
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ ldbm_back_search(
|
|||
ID id;
|
||||
Entry *e;
|
||||
Attribute *ref;
|
||||
char *matched;
|
||||
char *matched = NULL;
|
||||
int rmaxsize, nrefs;
|
||||
char *rbuf, *rcur, *r;
|
||||
int nentries = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue