mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 11:59:45 -05:00
silence warning
This commit is contained in:
parent
596f21340e
commit
35935f4178
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ slapacl( int argc, char **argv )
|
|||
Connection conn = { 0 };
|
||||
Listener listener;
|
||||
char opbuf[OPERATION_BUFFER_SIZE];
|
||||
Operation *op;
|
||||
Operation *op = NULL;
|
||||
Entry e = { 0 }, *ep = &e;
|
||||
char *attr = NULL;
|
||||
int doclose = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue