Commit bcd672ca authored by marko's avatar marko

branches/zip: buf_page_init_low(): Initialize also flush_type.

parent d81da462
......@@ -2261,6 +2261,7 @@ buf_page_init_low(
/*==============*/
buf_page_t* bpage) /* in: block to init */
{
bpage->flush_type = BUF_FLUSH_LRU;
bpage->accessed = FALSE;
bpage->io_fix = BUF_IO_NONE;
bpage->buf_fix_count = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment