fix hot startup commit (read of uninitialized memory; ITS#5081)

This commit is contained in:
Pierangelo Masarati 2007-08-13 16:27:56 +00:00
parent df7f9db8ac
commit 32c2dee3f8

View File

@ -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;