From 2a8c1e222b9e35977b03d9364b0619865762f12b Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Mon, 23 Jun 2014 10:50:13 +0200 Subject: [PATCH] MDCache.cc: init 'umaster::ls' with NULL in contructor Signed-off-by: Danny Al-Gaaf --- src/mds/MDCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mds/MDCache.h b/src/mds/MDCache.h index 06ff2ce375696..17b038ebb4880 100644 --- a/src/mds/MDCache.h +++ b/src/mds/MDCache.h @@ -325,7 +325,7 @@ protected: bool safe; bool committing; bool recovering; - umaster() : safe(false), committing(false), recovering(false) {} + umaster() : ls(NULL), safe(false), committing(false), recovering(false) {} }; map uncommitted_masters; // master: req -> slave set -- 2.39.5