diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-12-16T13·28+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-12-16T13·28+0000 |
commit | 8fce03e0adc719930de4f4aebd5dd17b7d59402a (patch) | |
tree | 4bdad68e85067b5a7884fdd589b644dec66e91f8 /src/libstore/local-store.hh | |
parent | 60ec75048ae0e0bc72ea2fe47e8b48fcf40a2b86 (diff) |
* nix-store --verify: repair bad hash fields in the metadata file.
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r-- | src/libstore/local-store.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index f201ddbde988..20a0b45af63c 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -162,7 +162,7 @@ private: void registerValidPath(const ValidPathInfo & info, bool ignoreValidity = false); - ValidPathInfo queryPathInfo(const Path & path); + ValidPathInfo queryPathInfo(const Path & path, bool ignoreErrors = false); void rewriteReferrers(const Path & path, bool purge, PathSet referrers); |