From b2f306aee575fe6d6c5f8ff50b585c4ed651f440 Mon Sep 17 00:00:00 2001 From: William Katz Date: Mon, 12 Jul 2021 17:23:43 -0700 Subject: [PATCH] :zap: default snapshot value set to "null" --- include/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/log.h b/include/log.h index 5552add..cfa9270 100644 --- a/include/log.h +++ b/include/log.h @@ -13,7 +13,7 @@ struct Log { private: ChangeFlag log_flag; - std::string log_snapshot; + std::string log_snapshot = "null"; public: #if MAX_LOG_SIZE == 1