From dcb73d84fb8343eaccad8de9c8238944035c82ee Mon Sep 17 00:00:00 2001 From: Torgny Nyblom Date: Tue, 18 May 2010 19:49:48 +0200 Subject: Initialize lastmark --- src/repository.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/repository.cpp') diff --git a/src/repository.cpp b/src/repository.cpp index a04ea99..8a2a2fb 100644 --- a/src/repository.cpp +++ b/src/repository.cpp @@ -52,7 +52,7 @@ public: static ProcessCache processCache; Repository::Repository(const Rules::Repository &rule) - : name(rule.name), commitCount(0), outstandingTransactions(0), processHasStarted(false) + : name(rule.name), commitCount(0), outstandingTransactions(0), lastmark(0), processHasStarted(false) { foreach (Rules::Repository::Branch branchRule, rule.branches) { Branch branch; -- cgit v1.2.1