From: Danny Al-Gaaf Date: Mon, 23 Jun 2014 08:50:13 +0000 (+0200) Subject: MDCache.cc: init 'umaster::ls' with NULL in contructor X-Git-Tag: v0.83~32^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2a8c1e222b9e35977b03d9364b0619865762f12b;p=ceph.git MDCache.cc: init 'umaster::ls' with NULL in contructor Signed-off-by: Danny Al-Gaaf --- diff --git a/src/mds/MDCache.h b/src/mds/MDCache.h index 06ff2ce37569..17b038ebb488 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