forked from lix-project/lix
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:
parent
906adadacd
commit
ed29610cc6
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue