mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
silence warning
This commit is contained in:
parent
3b8111f1c4
commit
8d03d74bfd
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue