]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Objecter: init with a constant of the correct type
authorJosh Durgin <josh.durgin@inktank.com>
Tue, 30 Sep 2014 01:12:50 +0000 (18:12 -0700)
committerLoic Dachary <ldachary@redhat.com>
Thu, 19 Mar 2015 09:39:12 +0000 (10:39 +0100)
Just a tiny cleanup.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
(cherry picked from commit 1feba200aae7d9a042cda705c3de8fba2fc82331)

src/osdc/Objecter.h

index a846712fd21871d2d70c3f2c7c5967661cd5e6d3..008e030718f42e0c441e8a86773f43645fa9a979 100644 (file)
@@ -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),