]> git.sur5r.net Git - openldap/commitdiff
fix (temporarily) uninit'ed var
authorPierangelo Masarati <ando@openldap.org>
Thu, 14 Sep 2006 14:58:00 +0000 (14:58 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 14 Sep 2006 14:58:00 +0000 (14:58 +0000)
servers/slapd/back-ldap/init.c

index bc6370ecc34193e7f3768713f8e9ebee3fb36d92..7cf092b734ef76da9b8cfa37c4838cc676cb9e0f 100644 (file)
@@ -164,7 +164,7 @@ ldap_back_db_open( BackendDB *be )
        ldapinfo_t      *li = (ldapinfo_t *)be->be_private;
 
        slap_bindconf   sb = { 0 };
-       int             rc;
+       int             rc = 0;
 
        Debug( LDAP_DEBUG_TRACE,
                "ldap_back_db_open: URI=%s\n",