mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
further cleanup
This commit is contained in:
parent
6e18cdb5fd
commit
a87da913cd
1 changed files with 0 additions and 2 deletions
|
|
@ -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 );
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue