mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
fix hot startup commit (read of uninitialized memory; ITS#5081)
This commit is contained in:
parent
df7f9db8ac
commit
32c2dee3f8
@ -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 New Issue
Block a user