mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-19 02:28:47 -05:00
ITS#9449 fix slapd-bdb lockdetect config
This commit is contained in:
parent
6c4ccb0354
commit
d29d3c43ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue