]> git.sur5r.net Git - openldap/commitdiff
cleanup previous commit
authorPierangelo Masarati <ando@openldap.org>
Sat, 29 Jan 2005 18:00:36 +0000 (18:00 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 29 Jan 2005 18:00:36 +0000 (18:00 +0000)
servers/slapd/slap.h

index df92358c077a04af719a3ba7c0944e83536c78cc..6198af9e6becb2193582804d47829c6e95b38e5b 100644 (file)
@@ -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];