]> git.sur5r.net Git - openldap/commitdiff
remove misleading comment
authorPierangelo Masarati <ando@openldap.org>
Thu, 13 Aug 2009 21:00:04 +0000 (21:00 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 13 Aug 2009 21:00:04 +0000 (21:00 +0000)
servers/slapd/back-monitor/database.c

index 8de1d833ee7d306d49f58419dbd9fc32d4898dcf..be28f15d3fe66008b595fe74d3f801be235e3876 100644 (file)
@@ -162,7 +162,6 @@ monitor_subsys_database_init_one(
                                be->be_suffix, NULL );
                }
 
-               /* Subordinates are not exposed as their own naming context */
                if ( SLAP_GLUE_SUBORDINATE( be ) ) {
                        BackendDB *sup_be = select_backend( &be->be_nsuffix[ 0 ], 1 );
                        if ( sup_be == NULL ) {