* has_sub_transaction was never initialized, no clue why this didn't come up
earlier. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31845 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+1
@@ -803,6 +803,7 @@ cache_transaction::cache_transaction()
|
|||||||
sub_num_blocks = 0;
|
sub_num_blocks = 0;
|
||||||
first_block = NULL;
|
first_block = NULL;
|
||||||
open = true;
|
open = true;
|
||||||
|
has_sub_transaction = false;
|
||||||
last_used = system_time();
|
last_used = system_time();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user