mirror of
https://github.com/NixOS/nix
synced 2025-06-28 05:21:16 +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
|
@ -711,7 +711,7 @@ static void performOp(TunnelLogger * logger, ref<Store> store,
|
|||
{
|
||||
string caOptRaw;
|
||||
from >> caOptRaw;
|
||||
info.ca = parseCaOpt(caOptRaw);
|
||||
info.ca = parseContentAddressOpt(caOptRaw);
|
||||
}
|
||||
from >> repair >> dontCheckSigs;
|
||||
if (!trusted && dontCheckSigs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue