Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b88993

Browse files
committedApr 13, 2021
Fix registerDrvOutput with the daemon
Some protocol mismatch caused it to hand indefinitely
1 parent 906adad commit 6b88993

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

Diff for: ‎src/libstore/daemon.cc

-1
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,6 @@ static void performOp(TunnelLogger * logger, ref<Store> store,
887887
logger->startWork();
888888
auto outputId = DrvOutput::parse(readString(from));
889889
auto outputPath = StorePath(readString(from));
890-
auto resolvedDrv = StorePath(readString(from));
891890
store->registerDrvOutput(Realisation{
892891
.id = outputId, .outPath = outputPath});
893892
logger->stopWork();

0 commit comments

Comments
 (0)
Please sign in to comment.