* 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:
Axel Dörfler 2009-07-28 14:09:28 +00:00
parent 9b4593e3a0
commit 483acc4382

View File

@ -803,6 +803,7 @@ cache_transaction::cache_transaction()
sub_num_blocks = 0;
first_block = NULL;
open = true;
has_sub_transaction = false;
last_used = system_time();
}