mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 23:42:43 +01: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
|
|
@ -383,7 +383,7 @@ void RemoteStore::queryPathInfoUncached(const StorePath & path,
|
|||
info->sigs = readStrings<StringSet>(conn->from);
|
||||
string caOptRaw;
|
||||
conn->from >> caOptRaw;
|
||||
info->ca = parseCaOpt(caOptRaw);
|
||||
info->ca = parseContentAddressOpt(caOptRaw);
|
||||
}
|
||||
}
|
||||
callback(std::move(info));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue