Fix totalNarSize
summation
I accidentally removed it in d0d3b0a2986915ab7aa96d3fce8371a5012c9021.
This commit is contained in:
parent
2bd67562b5
commit
8c10331ee8
@ -341,6 +341,7 @@ static std::map<StorePath, UnkeyedValidPathInfo> queryPathInfos(
|
|||||||
|
|
||||||
auto storePath = localStore.parseStorePath(storePathS);
|
auto storePath = localStore.parseStorePath(storePathS);
|
||||||
auto info = ServeProto::Serialise<UnkeyedValidPathInfo>::read(localStore, conn);
|
auto info = ServeProto::Serialise<UnkeyedValidPathInfo>::read(localStore, conn);
|
||||||
|
totalNarSize += info.narSize;
|
||||||
infos.insert_or_assign(std::move(storePath), std::move(info));
|
infos.insert_or_assign(std::move(storePath), std::move(info));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user