From: Josh Durgin Date: Tue, 30 Sep 2014 01:12:50 +0000 (-0700) Subject: Objecter: init with a constant of the correct type X-Git-Tag: v0.88~127^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1feba200aae7d9a042cda705c3de8fba2fc82331;p=ceph.git Objecter: init with a constant of the correct type Just a tiny cleanup. Signed-off-by: Josh Durgin --- diff --git a/src/osdc/Objecter.h b/src/osdc/Objecter.h index 934375299855..ad196015f750 100644 --- a/src/osdc/Objecter.h +++ b/src/osdc/Objecter.h @@ -1594,7 +1594,7 @@ public: messenger(m), monc(mc), osdmap(new OSDMap), cct(cct_), - initialized(false), + initialized(0), last_tid(0), client_inc(-1), max_linger_id(0), num_unacked(0), num_uncommitted(0), global_op_flags(0),