Fix SLAP_CLEANUP (this #ifdef should really be removed)

This commit is contained in:
Kurt Zeilenga 1999-08-19 16:51:23 +00:00
parent 2d6460f880
commit 0ced1a9b1e

View File

@ -173,7 +173,6 @@ ldbm_back_db_destroy(
/* should free/destroy every in be_private */
#ifdef SLAP_CLEANUP
struct ldbminfo *li = (struct ldbminfo *) be->be_private;
free( li->li_nextid_file );
free( li->li_directory );
attr_index_destroy( li->li_attrs );