silence warning

This commit is contained in:
Pierangelo Masarati 2005-09-04 20:07:17 +00:00
parent 596f21340e
commit 35935f4178

View File

@ -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;