mirror of
https://github.com/NixOS/nix
synced 2025-07-03 02:01:48 +02:00
Change parseCa(Opt) to parseContentAddress(Opt)
This commit is contained in:
parent
1b6461f671
commit
a5d820a0a3
9 changed files with 12 additions and 12 deletions
|
@ -947,7 +947,7 @@ static void opServe(Strings opFlags, Strings opArgs)
|
|||
{
|
||||
std::string rawCA;
|
||||
in >> rawCA;
|
||||
info.ca = parseCaOpt(rawCA);
|
||||
info.ca = parseContentAddressOpt(rawCA);
|
||||
}
|
||||
|
||||
if (info.narSize == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue