1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 16:51:15 +02:00

Change parseCa(Opt) to parseContentAddress(Opt)

This commit is contained in:
Carlo Nucera 2020-06-02 11:00:10 -04:00
parent 1b6461f671
commit a5d820a0a3
9 changed files with 12 additions and 12 deletions

View file

@ -117,7 +117,7 @@ struct LegacySSHStore : public Store
{
std::string rawCaOpt;
conn->from >> rawCaOpt;
info->ca = parseCaOpt(rawCaOpt);
info->ca = parseContentAddressOpt(rawCaOpt);
}
info->sigs = readStrings<StringSet>(conn->from);
}