Skip to content

Commit

Permalink
Fix registerDrvOutput with the daemon
Browse files Browse the repository at this point in the history
Some protocol mismatch caused it to hand indefinitely
  • Loading branch information
thufschmitt committed Apr 13, 2021
1 parent 906adad commit 6b88993
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstore/daemon.cc
Expand Up @@ -887,7 +887,6 @@ static void performOp(TunnelLogger * logger, ref<Store> store,
logger->startWork();
auto outputId = DrvOutput::parse(readString(from));
auto outputPath = StorePath(readString(from));
auto resolvedDrv = StorePath(readString(from));
store->registerDrvOutput(Realisation{
.id = outputId, .outPath = outputPath});
logger->stopWork();
Expand Down

0 comments on commit 6b88993

Please sign in to comment.