Add FIXME
This commit is contained in:
parent
3473b1950a
commit
2f494531b7
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ struct PathInput : Input
|
||||||
{
|
{
|
||||||
auto input = std::make_shared<PathInput>(*this);
|
auto input = std::make_shared<PathInput>(*this);
|
||||||
|
|
||||||
|
// FIXME: check whether access to 'path' is allowed.
|
||||||
|
|
||||||
auto storePath = store->maybeParseStorePath(path);
|
auto storePath = store->maybeParseStorePath(path);
|
||||||
|
|
||||||
if (storePath)
|
if (storePath)
|
||||||
|
|
Loading…
Reference in a new issue