Skip to content
Snippets Groups Projects
Commit ecc44e22 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

matched needs to be initialized to NULL as we may never

make it to dn2entry_r().
parent dacc0bfc
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment