Skip to content

Commit

Permalink
Merge PR ceph#29757 into master
Browse files Browse the repository at this point in the history
* refs/pull/29757/head:
	osd: always initialize local variable

Reviewed-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed Aug 21, 2019
2 parents 617cdb6 + d153914 commit d405167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osd/OSD.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4605,7 +4605,7 @@ void OSD::handle_osd_ping(MOSDPing *m)
}
}

ceph::signedspan sender_delta_ub;
ceph::signedspan sender_delta_ub{};
s->stamps->got_ping(
m->up_from,
mnow,
Expand Down

0 comments on commit d405167

Please sign in to comment.