Forgotten initialization in fs_shell

Signed-off-by: Axel Dörfler <axeld@pinc-software.de>
This commit is contained in:
Andreas Henriksson 2012-06-29 17:30:36 +02:00 committed by Axel Dörfler
parent 04da290fd6
commit 73d45183f9

View File

@ -389,6 +389,7 @@ cache_transaction::cache_transaction()
notification_hook = NULL;
notification_data = NULL;
open = true;
has_sub_transaction = false;
}