From: Danny Al-Gaaf Date: Fri, 1 Mar 2013 11:33:37 +0000 (+0100) Subject: ESession.h: initialze 'open' in the constructor with false X-Git-Tag: v0.59~54^2~41 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eabd0b8831e0216e95d76e979ed3dcbd97188024;p=ceph.git ESession.h: initialze 'open' in the constructor with false Signed-off-by: Danny Al-Gaaf --- diff --git a/src/mds/events/ESession.h b/src/mds/events/ESession.h index 91ad6c45ae4..95cd690fd15 100644 --- a/src/mds/events/ESession.h +++ b/src/mds/events/ESession.h @@ -30,7 +30,7 @@ class ESession : public LogEvent { version_t inotablev; public: - ESession() : LogEvent(EVENT_SESSION) { } + ESession() : LogEvent(EVENT_SESSION), open(false) { } ESession(const entity_inst_t& inst, bool o, version_t v) : LogEvent(EVENT_SESSION), client_inst(inst),