From: Pierangelo Masarati Date: Thu, 14 Sep 2006 01:07:18 +0000 (+0000) Subject: further cleanup X-Git-Tag: OPENLDAP_REL_ENG_2_3_MP~148 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a87da913cd733671cbfe96527f48e7267675dff5;p=openldap further cleanup --- diff --git a/servers/slapd/back-ldap/chain.c b/servers/slapd/back-ldap/chain.c index 42bcec47fe..b81de4fb87 100644 --- a/servers/slapd/back-ldap/chain.c +++ b/servers/slapd/back-ldap/chain.c @@ -1796,7 +1796,6 @@ static int ldap_chain_db_open_one( BackendDB *be ) { -#ifdef SLAPD_MONITOR if ( SLAP_DBMONITORING( be ) ) { ldapinfo_t *li = (ldapinfo_t *)be->be_private; @@ -1816,7 +1815,6 @@ ldap_chain_db_open_one( ptr[ 0 ] = '\0'; } } -#endif /* SLAPD_MONITOR */ return lback->bi_db_open( be ); }