]> git.sur5r.net Git - openldap/commitdiff
unifdef LDAP_DEVEL for subordinate scope
authorHoward Chu <hyc@openldap.org>
Wed, 29 Aug 2007 23:40:17 +0000 (23:40 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 29 Aug 2007 23:40:17 +0000 (23:40 +0000)
servers/slapd/root_dse.c

index 73ced7fd15975ab627eee47a10dbd31ad0467e9f..3621b9145a76f481c8316dabef202a1f3ccdb687 100644 (file)
@@ -35,9 +35,7 @@ static struct berval  builtin_supportedFeatures[] = {
        BER_BVC(LDAP_FEATURE_ABSOLUTE_FILTERS),         /* (&) and (|) search filters */
        BER_BVC(LDAP_FEATURE_LANGUAGE_TAG_OPTIONS),     /* Language Tag Options */
        BER_BVC(LDAP_FEATURE_LANGUAGE_RANGE_OPTIONS),   /* Language Range Options */
-#ifdef LDAP_DEVEL
        BER_BVC(LDAP_FEATURE_SUBORDINATE_SCOPE),        /* "children" search scope */
-#endif
        BER_BVNULL
 };
 static struct berval   *supportedFeatures;