]> git.sur5r.net Git - openldap/commitdiff
Don't free entries since the tools realloc the buffers.
authorHoward Chu <hyc@openldap.org>
Mon, 22 Oct 2001 15:58:44 +0000 (15:58 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 22 Oct 2001 15:58:44 +0000 (15:58 +0000)
servers/slapd/back-bdb/tools.c

index fc584a7ffcacade04d3e9925fe1e71f0ecbb3441..ae7e66a0e12514c46347f520cde9ffad728f5304 100644 (file)
@@ -244,6 +244,5 @@ int bdb_tool_entry_reindex(
        }
 
 done:
-       entry_free( e );
        return rc;
 }