From 87dd5720e48e875487d5fbd78cbe120d5a610973 Mon Sep 17 00:00:00 2001 From: Mathias Stearn Date: Thu, 3 Mar 2011 19:29:25 -0500 Subject: initialize _recovering 180 --- db/dur_recover.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/dur_recover.h b/db/dur_recover.h index 5f6faeefca1..1022fdcd767 100644 --- a/db/dur_recover.h +++ b/db/dur_recover.h @@ -15,7 +15,7 @@ namespace mongo { */ class RecoveryJob : boost::noncopyable { public: - RecoveryJob() :_lastDataSyncedFromLastRun(0), _mx("recovery") { _lastSeqMentionedInConsoleLog = 1; } + RecoveryJob() :_lastDataSyncedFromLastRun(0), _mx("recovery"), _recovering(false) { _lastSeqMentionedInConsoleLog = 1; } void go(vector& files); ~RecoveryJob(); void processSection(const void *, unsigned len); -- cgit v1.2.3