aboutsummaryrefslogtreecommitdiff
path: root/subprojects
diff options
context:
space:
mode:
authorAlois Wohlschlager <alois1@gmx-topmail.de>2024-08-02 18:32:24 +0200
committerAlois Wohlschlager <alois1@gmx-topmail.de>2024-08-02 18:38:14 +0200
commita93dade82118c68b3656ffb40d6a48ab66f2aa1a (patch)
tree5edc7c26badb5bf49770f34d652c3d6c43aab106 /subprojects
parent61a93d53081141d4ab222dcb939dd5caa8ffc767 (diff)
libstore/ssh: only resume the logger when we paused it
In the SSH code, the logger was conditionally paused, but unconditionally resumed. This was fine as long as resuming the logger was idempotent. Starting with 0dd1d8ca1cdccfc620644a7f690ed35bcd2d1e74, it isn't any more, and the behaviour of the code in question was missed. Consequently, an assertion failure is triggered for example when performing builds against an "SSH" store on localhost. Fix the issue by only resuming the logger when it has actually been paused. Fixes: https://git.lix.systems/lix-project/lix/issues/458 Change-Id: Ib1e4d047744a129f15730b7216f9c9368c2f4211
Diffstat (limited to 'subprojects')
0 files changed, 0 insertions, 0 deletions