]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit
authorHoward Chu <hyc@openldap.org>
Thu, 24 Mar 2005 06:06:40 +0000 (06:06 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 24 Mar 2005 06:06:40 +0000 (06:06 +0000)
servers/slapd/backend.c

index ea42a39d0a06e4dcf45859ec44a939169cfa3600..9e3e8f8ce02438b70bcd6f1e0451e9fc2953bf26 100644 (file)
@@ -586,7 +586,7 @@ select_backend(
 {
        int             i, j;
        ber_len_t       len, dnlen = dn->bv_len;
-       Backend         *be, *b2;
+       Backend         *be, *b2 = NULL;
 
        LDAP_STAILQ_FOREACH( be, &backendDB, be_next ) {
                if ( be->be_nsuffix == NULL ) {