mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 10:07:56 -05:00
silence warning?
This commit is contained in:
parent
a3deda8026
commit
75244afd8d
1 changed files with 1 additions and 1 deletions
|
|
@ -849,7 +849,7 @@ meta_create_entry (
|
|||
struct berval *bv, bdn;
|
||||
const char *text;
|
||||
char* ename = NULL;
|
||||
struct berval sc;
|
||||
struct berval sc = { 0, NULL };
|
||||
char* textbuf;
|
||||
size_t textlen;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue