ITS#9449 fix slapd-bdb lockdetect config

This commit is contained in:
Howard Chu 2021-02-04 13:19:45 +00:00
parent 6c4ccb0354
commit d29d3c43ee

View file

@ -899,7 +899,7 @@ bdb_cf_gen( ConfigArgs *c )
c->log, c->argv[1] );
return 1;
}
bdb->bi_lock_detect = (u_int32_t)rc;
bdb->bi_lock_detect = bdb_lockd[rc].mask;
break;
case BDB_SSTACK: