aboutsummaryrefslogtreecommitdiff
path: root/src/nix-store/nix-store.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-store/nix-store.cc')
-rw-r--r--src/nix-store/nix-store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/nix-store.cc b/src/nix-store/nix-store.cc
index 64ee9fd45..5d8d04252 100644
--- a/src/nix-store/nix-store.cc
+++ b/src/nix-store/nix-store.cc
@@ -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)