Skip to content
Snippets Groups Projects
Commit fadfc96a authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Silence warning in initializer

parent 930896e9
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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