diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-04-06 14:28:37 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-04-07 09:09:43 +0200 |
commit | 26aeeb7653fa051ddec913bdc2c578b9066bc08f (patch) | |
tree | 05135dbfee4c8be2fdb8141301faf92b22bf577f /src | |
parent | a6dfa3cb85b59a0979de7fe02c9d67939c4ac217 (diff) |
Add FIXME
(cherry picked from commit 2f494531b7811b45f6b76787f225495a14d28a7f)
Diffstat (limited to 'src')
-rw-r--r-- | src/libfetchers/path.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libfetchers/path.cc b/src/libfetchers/path.cc index 037404726..7c7e20f4e 100644 --- a/src/libfetchers/path.cc +++ b/src/libfetchers/path.cc @@ -63,6 +63,8 @@ struct PathInput : Input { auto input = std::make_shared<PathInput>(*this); + // FIXME: check whether access to 'path' is allowed. + auto storePath = store->maybeParseStorePath(path); if (storePath) |