Skip to content

Commit

Permalink
Objecter: init with a constant of the correct type
Browse files Browse the repository at this point in the history
Just a tiny cleanup.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
  • Loading branch information
jdurgin committed Sep 30, 2014
1 parent ccf3e06 commit 1feba20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osdc/Objecter.h
Expand Up @@ -1594,7 +1594,7 @@ class Objecter : public md_config_obs_t, public Dispatcher {
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),
Expand Down

0 comments on commit 1feba20

Please sign in to comment.