Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:zhangyifan27/rdsn
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyifan27 committed Feb 18, 2021
2 parents 6cf075a + bbf420f commit fccf175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/failure_detector/failure_detector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void failure_detector::stop()
_tracker.cancel_outstanding_tasks();

zauto_lock l(_lock);
if (_is_started == false) {
if (!_is_started) {
return;
}
_is_started = false;
Expand Down

0 comments on commit fccf175

Please sign in to comment.