Skip to content

Commit ac418eb

Browse files
committed
Reenable state before passing it to Fallbacks child
1 parent 98bd8c0 commit ac418eb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

core/src/container.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,11 @@ bool FallbacksPrivatePropagator::nextJob() {
10291029
}
10301030

10311031
// When arriving here, we have a valid job_ and a current_ child to feed it. Let's do that.
1032+
if (dir_ == Interface::FORWARD)
1033+
setStatus<Interface::BACKWARD>(nullptr, nullptr, &*job_, InterfaceState::Status::ENABLED);
1034+
else
1035+
setStatus<Interface::FORWARD>(nullptr, nullptr, &*job_, InterfaceState::Status::ENABLED);
1036+
10321037
copyState(dir_, job_, (*current_)->pimpl()->pullInterface(dir_), Interface::UpdateFlags());
10331038
return true;
10341039
}

0 commit comments

Comments
 (0)