diff options
author | Carlo Nucera <carlo.nucera@protonmail.com> | 2020-06-22 10:03:19 -0400 |
---|---|---|
committer | Carlo Nucera <carlo.nucera@protonmail.com> | 2020-06-22 10:03:19 -0400 |
commit | 73ac003b377aa4750de057bba2de949295524a9c (patch) | |
tree | 7dcd4f5c270a17f4c4c0b7bdd9734859d9f1b91c /src/libstore/legacy-ssh-store.cc | |
parent | e7a14118df5b53b07ecf48c8fb1ac712677250b3 (diff) |
More bug fixing
Diffstat (limited to 'src/libstore/legacy-ssh-store.cc')
-rw-r--r-- | src/libstore/legacy-ssh-store.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/legacy-ssh-store.cc b/src/libstore/legacy-ssh-store.cc index 171903980..d3880459c 100644 --- a/src/libstore/legacy-ssh-store.cc +++ b/src/libstore/legacy-ssh-store.cc @@ -139,7 +139,7 @@ struct LegacySSHStore : public Store << cmdAddToStoreNar << printStorePath(info.path) << (info.deriver ? printStorePath(*info.deriver) : "") - << info.narHash.to_string(Base16, false); + << info.narHash->to_string(Base16, false); writeStorePaths(*this, conn->to, info.references); conn->to << info.registrationTime |