Skip to content

Commit

Permalink
Issue 6374 - Fix review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
progier389 committed Nov 12, 2024
1 parent f2e2af2 commit 9cf0136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldap/servers/slapd/back-ldbm/db-mdb/mdb_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dbmdb_compute_limits(struct ldbminfo *li)
* But some tunable may be autotuned.
*/
if (dbmdb_count_config_entries("(objectClass=nsMappingTree)", &nbsuffixes) ||
dbmdb_count_config_entries("(objectClass=nsIndex)", &nbsuffixes) ||
dbmdb_count_config_entries("(objectClass=nsIndex)", &nbindexes) ||
dbmdb_count_config_entries("(objectClass=vlvIndex)", &nbvlvs) ||
dbmdb_count_config_entries("(objectClass=nsds5replicationagreement)", &nbagmt)) {
/* error message is already logged */
Expand Down

0 comments on commit 9cf0136

Please sign in to comment.