mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Fix SLAP_CLEANUP (this #ifdef should really be removed)
This commit is contained in:
parent
2d6460f880
commit
0ced1a9b1e
@ -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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user