Skip to content

Commit ed29610

Browse files
committed
Fix registerDrvOutput with the daemon
Resolve a protocol issue that caused the daemon to endlessly wait for some information that the client doesn't ever send
1 parent 906adad commit ed29610

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstore/daemon.cc

Lines changed: 0 additions & 1 deletion
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)