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

This commit is contained in:
Kurt Zeilenga 1999-01-03 22:55:43 +00:00
parent 114a0cd339
commit c97837277a

View file

@ -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);