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

initialize pointer

parent ee745276
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ bdb_add(Operation *op, SlapReply *rs )
{
struct bdb_info *bdb = (struct bdb_info *) op->o_bd->be_private;
struct berval pdn;
Entry *p;
Entry *p = NULL;
EntryInfo *ei;
char textbuf[SLAP_TEXT_BUFLEN];
size_t textlen = sizeof textbuf;
......
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