]> git.sur5r.net Git - openldap/commitdiff
Remove lint.
authorKurt Zeilenga <kurt@openldap.org>
Sun, 6 Jan 2002 00:35:41 +0000 (00:35 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 6 Jan 2002 00:35:41 +0000 (00:35 +0000)
servers/slapd/search.c

index 31e4e434e7bc2867cf579c8299ba2b13400f73e2..c3ce4bd9c97d0b2fa85c14db10676c4ede9b7fdd 100644 (file)
@@ -38,10 +38,9 @@ do_search(
        struct berval   fstr = { 0, NULL };
        Filter          *filter = NULL;
        AttributeName   *an;
-       ber_len_t       siz, off;
+       ber_len_t       siz, off, i;
        Backend         *be;
        int                     rc;
-       int                     i;
        const char      *text;
        int                     manageDSAit;
 
@@ -201,7 +200,6 @@ do_search(
 #else
                        Debug( LDAP_DEBUG_ARGS, " %s", an[i].an_name.bv_val, 0, 0 );
 #endif
-
                }
        }