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 13:58:22 +02:00
parent 906adadacd
commit ed29610cc6
-1
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();