]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit
authorHoward Chu <hyc@openldap.org>
Thu, 8 May 2003 00:13:39 +0000 (00:13 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 8 May 2003 00:13:39 +0000 (00:13 +0000)
servers/slapd/schema_init.c

index 2486d4241606004044d576cfe11a2c29a05104ee..d0f9d13bfd829612123489a00641d14b4384249d 100644 (file)
@@ -3088,10 +3088,10 @@ static int caseIgnoreIA5SubstringsIndexer(
        BerVarray keys, nvals;
        HASH_CONTEXT   HASHcontext;
        unsigned char   HASHdigest[HASH_BYTES];
+       int rc = LDAP_SUCCESS;
        struct berval digest;
        digest.bv_val = HASHdigest;
        digest.bv_len = sizeof(HASHdigest);
-       int rc = LDAP_SUCCESS;
 
        /* we should have at least one value at this point */
        assert( values != NULL && values[0].bv_val != NULL );