mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
fix hot startup commit (read of uninitialized memory; ITS#5081)
This commit is contained in:
parent
df7f9db8ac
commit
32c2dee3f8
1 changed files with 1 additions and 0 deletions
|
|
@ -2539,6 +2539,7 @@ pcache_db_init(
|
|||
cm->max_entries = 0;
|
||||
cm->cur_entries = 0;
|
||||
cm->max_queries = 10000;
|
||||
cm->save_queries = 0;
|
||||
cm->response_cb = PCACHE_RESPONSE_CB_TAIL;
|
||||
cm->cc_period = 1000;
|
||||
cm->cc_paused = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue