Skip to content

Commit

Permalink
#1942: call isActive()
Browse files Browse the repository at this point in the history
  • Loading branch information
stmcgovern committed Sep 23, 2022
1 parent cb76538 commit 11cbf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/termination/termination.cc
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ void TerminationDetector::maybePropagate() {
propagateEpoch(any_epoch_state_);
}

if (hang_.readySubmitParent()) {
if (hang_.isActive() and hang_.readySubmitParent()) {
propagateEpoch(hang_);
}

Expand Down

0 comments on commit 11cbf2d

Please sign in to comment.