]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/root_dse.c
remove dbenv->lock_put() call from transaction-protected operations
[openldap] / servers / slapd / root_dse.c
index b52e3558b499e1dcf6904203d5aeaec1bcfaabce..5db42c0f70c67647bb06734250e21c0709fa8e30 100644 (file)
@@ -93,8 +93,8 @@ root_dse_info(
                if ( backends[i].be_flags & SLAP_BFLAG_GLUE_SUBORDINATE ) {
                        continue;
                }
-               for ( j = 0; backends[i].be_suffix[j] != NULL; j++ ) {
-                       vals[0] = *backends[i].be_suffix[j];
+               for ( j = 0; backends[i].be_suffix[j].bv_val != NULL; j++ ) {
+                       vals[0] = backends[i].be_suffix[j];
                        attr_merge( e, ad_namingContexts, vals );
                }
        }