From 0056109b82a1ccb55959c4c07abaf4b737a3d69a Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 29 Jan 2005 18:00:36 +0000 Subject: [PATCH] cleanup previous commit --- servers/slapd/slap.h | 6 ------ 1 file changed, 6 deletions(-) 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]; -- 2.39.5