parent
a6dfa3cb85
commit
26aeeb7653
|
@ -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