From 1feba200aae7d9a042cda705c3de8fba2fc82331 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Mon, 29 Sep 2014 18:12:50 -0700 Subject: [PATCH] Objecter: init with a constant of the correct type Just a tiny cleanup. Signed-off-by: Josh Durgin --- src/osdc/Objecter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osdc/Objecter.h b/src/osdc/Objecter.h index 93437529985..ad196015f75 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), -- 2.47.3