mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 03:44:58 -05:00
Silence warning in initializer
This commit is contained in:
parent
ca563787ad
commit
07e5a4dda5
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ slap_auxprop_lookup(
|
|||
const char *user,
|
||||
unsigned ulen)
|
||||
{
|
||||
OperationBuffer opbuf = {0};
|
||||
OperationBuffer opbuf = {{ NULL }};
|
||||
Operation *op = (Operation *)&opbuf;
|
||||
int i, doit = 0;
|
||||
Connection *conn = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue