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.87.2~7^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ce436a33e0f720ea4b8cf0363bcac1126be3c28b;p=ceph.git Objecter: init with a constant of the correct type Just a tiny cleanup. Signed-off-by: Josh Durgin (cherry picked from commit 1feba200aae7d9a042cda705c3de8fba2fc82331) --- diff --git a/src/osdc/Objecter.h b/src/osdc/Objecter.h index a846712fd218..008e030718f4 100644 --- a/src/osdc/Objecter.h +++ b/src/osdc/Objecter.h @@ -1627,7 +1627,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),