]> git.sur5r.net Git - openldap/commitdiff
Remove lint.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 17 Aug 1999 21:11:52 +0000 (21:11 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 17 Aug 1999 21:11:52 +0000 (21:11 +0000)
servers/slapd/back-bdb2/tools.c

index 5d92b1a6e81fa5bcbd2fda5fc6c1de24218444ca..d14c6fe3baa6816b27f0905f06648506ff084099 100644 (file)
@@ -94,7 +94,6 @@ ID bdb2_tool_entry_next(
 {
        Datum key;
        ID id;
-       int count;
 
        assert( slapMode & SLAP_TOOL_MODE );
        assert( id2entry != NULL );
@@ -211,7 +210,7 @@ int bdb2_tool_index_attr(
                Debug( LDAP_DEBUG_ANY,
                    "<= index_read NULL (could not open %s%s)\n", at_cn,
                    BDB2_SUFFIX, 0 );
-               return( NULL );
+               return 0;
        }
 
        bdb2i_cache_close( be, db );