Commit a2e50d04 authored by marko's avatar marko

branches/zip: buf_flush_try_neighbors(): Fix a bug

that was introduced in r3879 (rb://73).
parent 3b607565
...@@ -918,9 +918,9 @@ buf_flush_try_neighbors( ...@@ -918,9 +918,9 @@ buf_flush_try_neighbors(
count++; count++;
buf_pool_mutex_enter(); buf_pool_mutex_enter();
} else {
mutex_exit(block_mutex);
} }
mutex_exit(block_mutex);
} }
} }
......
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