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

entry pointer 'p' must be initialized. Should fix ITS#31.

parent 114a0cd3
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ ldbm_back_delete(
struct ldbminfo *li = (struct ldbminfo *) be->be_private;
char *matched;
char *pdn = NULL;
Entry *e, *p;
Entry *e, *p = NULL;
Debug(LDAP_DEBUG_ARGS, "==> ldbm_back_delete: %s\n", dn, 0, 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