Commit 6b3be8a6 authored by marko's avatar marko

branches/zip: buf_page_get_gen(): Reinitialize guess when re-entering the loop.

parent 806d9405
......@@ -1781,6 +1781,7 @@ wait_until_unfixed:
mutex_exit(&buf_pool->mutex);
os_thread_sleep(WAIT_FOR_READ);
guess = block;
goto loop;
}
......
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