Skip to content

Commit

Permalink
Ensure access in daemon.cc regardless of current status
Browse files Browse the repository at this point in the history
  • Loading branch information
balsoft committed Feb 2, 2024
1 parent 51419e5 commit 5ef3f14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libstore/daemon.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,8 @@ static void performOp(TunnelLogger * logger, ref<Store> store,
}
localStore->setAccessStatus(object, status, ensureAccessCheck);
}
} else {
localStore->ensureAccess(status, object);
}
}
logger->stopWork();
Expand Down

0 comments on commit 5ef3f14

Please sign in to comment.