about summary refs log tree commit diff
path: root/src/libstore/local-store.hh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2008-12-16T13·28+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2008-12-16T13·28+0000
commit8fce03e0adc719930de4f4aebd5dd17b7d59402a (patch)
tree4bdad68e85067b5a7884fdd589b644dec66e91f8 /src/libstore/local-store.hh
parent60ec75048ae0e0bc72ea2fe47e8b48fcf40a2b86 (diff)
* nix-store --verify: repair bad hash fields in the metadata file.
Diffstat (limited to '')
-rw-r--r--src/libstore/local-store.hh2
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);