]> git.sur5r.net Git - openldap/commitdiff
silence warning
authorPierangelo Masarati <ando@openldap.org>
Sun, 4 Sep 2005 20:07:17 +0000 (20:07 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 4 Sep 2005 20:07:17 +0000 (20:07 +0000)
servers/slapd/slapacl.c

index 7e2b50e58d6608dd320a705fca687029e25b9e9c..13dfccc8825b317d9cb86178438d6395f526ab6a 100644 (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;