summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_recovery_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/replication_recovery_test.cpp')
-rw-r--r--src/mongo/db/repl/replication_recovery_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/repl/replication_recovery_test.cpp b/src/mongo/db/repl/replication_recovery_test.cpp
index f6ba2e80d4d..ae994aeb9fd 100644
--- a/src/mongo/db/repl/replication_recovery_test.cpp
+++ b/src/mongo/db/repl/replication_recovery_test.cpp
@@ -228,9 +228,9 @@ private:
}
ServiceContext::UniqueOperationContext _opCtx;
- StorageInterfaceRecovery* _storageInterface;
+ StorageInterfaceRecovery* _storageInterface = nullptr;
std::unique_ptr<ReplicationConsistencyMarkersMock> _consistencyMarkers;
- bool _stashedEnableMajorityReadConcern;
+ bool _stashedEnableMajorityReadConcern = false;
};
/**