]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldap/chain.c
More ldapbis cleanup
[openldap] / servers / slapd / back-ldap / chain.c
index 42bcec47fe92e16836fffa6cca72de6209f42cc1..673109444cfa861332d326d5142fb0d238a5c2c8 100644 (file)
@@ -421,7 +421,7 @@ ldap_chain_op(
                /* We're setting the URI of the first referral;
                 * what if there are more?
 
-Document: draft-ietf-ldapbis-protocol-27.txt
+Document: RFC 4511
 
 4.1.10. Referral 
    ...
@@ -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 );
 }