further cleanup

This commit is contained in:
Pierangelo Masarati 2006-09-14 01:07:18 +00:00
parent 6e18cdb5fd
commit a87da913cd

View file

@ -1796,7 +1796,6 @@ static int
ldap_chain_db_open_one( ldap_chain_db_open_one(
BackendDB *be ) BackendDB *be )
{ {
#ifdef SLAPD_MONITOR
if ( SLAP_DBMONITORING( be ) ) { if ( SLAP_DBMONITORING( be ) ) {
ldapinfo_t *li = (ldapinfo_t *)be->be_private; ldapinfo_t *li = (ldapinfo_t *)be->be_private;
@ -1816,7 +1815,6 @@ ldap_chain_db_open_one(
ptr[ 0 ] = '\0'; ptr[ 0 ] = '\0';
} }
} }
#endif /* SLAPD_MONITOR */
return lback->bi_db_open( be ); return lback->bi_db_open( be );
} }