silence warning

This commit is contained in:
Pierangelo Masarati 2004-07-14 00:22:27 +00:00
parent 3b8111f1c4
commit 8d03d74bfd

View file

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