From: Pierangelo Masarati Date: Sat, 29 Jan 2005 18:00:36 +0000 (+0000) Subject: cleanup previous commit X-Git-Tag: OPENLDAP_REL_ENG_2_3_BP~223 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0056109b82a1ccb55959c4c07abaf4b737a3d69a;p=openldap cleanup previous commit --- diff --git a/servers/slapd/slap.h b/servers/slapd/slap.h index df92358c07..6198af9e6b 100644 --- a/servers/slapd/slap.h +++ b/servers/slapd/slap.h @@ -1569,12 +1569,6 @@ struct slap_backend_db { #define be_has_subordinates bd_info->bi_has_subordinates /* supported controls */ - /* NOTE: this stores a duplicate of the control OIDs as listed - * in bd_info->bi_controls at database startup; later on, - * controls may be added run-time, e.g. by overlays */ -#if 0 - char **be_controls; -#endif /* note: set to 0 if the database does not support the control; * be_ctrls[SLAP_MAX_CIDS] is set to 1 if initialized */ char be_ctrls[SLAP_MAX_CIDS + 1];