Skip to content

Commit

Permalink
objecter: initialize global_op_flags to zero
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
Sage Weil committed Dec 2, 2011
1 parent 813523a commit 2f5bd5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/osdc/Objecter.h
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ class Objecter {
messenger(m), monc(mc), osdmap(om), cct(cct_),
last_tid(0), client_inc(-1), max_linger_id(0),
num_unacked(0), num_uncommitted(0),
global_op_flags(0),
keep_balanced_budget(false), honor_osdmap_full(true),
last_seen_osdmap_version(0),
last_seen_pgmap_version(0),
Expand Down

0 comments on commit 2f5bd5f

Please sign in to comment.