]> git.sur5r.net Git - openldap/commitdiff
fix use of uninitialized var
authorPierangelo Masarati <ando@openldap.org>
Tue, 23 Aug 2005 13:02:53 +0000 (13:02 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 23 Aug 2005 13:02:53 +0000 (13:02 +0000)
servers/slapd/aci.c

index 7b6157b4f35a7de8dc1763a1c37aa73cdf939a78..6b44e802446eacd9a5e52bc8efa765c00a4dee21 100644 (file)
@@ -1378,7 +1378,7 @@ OpenLDAPaciPrettyNormal(
                        subject = BER_BVNULL,
                        nsubject = BER_BVNULL;
        int             idx,
-                       rc,
+                       rc = LDAP_SUCCESS,
                        freesubject = 0,
                        freetype = 0;
        char            *ptr;