]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/root_dse.c
allow backwards compatibility for 'T' option (single char)
[openldap] / servers / slapd / root_dse.c
index 8d8d34d6979a0009a09c45631d840bc8412e918f..9761bdfbfcd8abb7cd39d8dd825c4da17d05716d 100644 (file)
@@ -124,7 +124,7 @@ root_dse_info(
                        /* no suffix! */
                        continue;
                }
-               if ( SLAP_MONITOR( backends[i].be_flags )) {
+               if ( SLAP_MONITOR( &backends[i] )) {
                        vals[0] = backends[i].be_suffix[0];
                        nvals[0] = backends[i].be_nsuffix[0];
                        if( attr_merge( e, ad_monitorContext, vals, nvals ) ) {