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
This commit is contained in:
regnat 2021-04-13 11:25:28 +02:00
parent 906adadacd
commit ed29610cc6

View file

@ -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();