NarAccessor: Fix handling of non-executable files

This commit is contained in:
Eelco Dolstra 2016-08-09 11:45:36 +02:00
parent d961c29c9c
commit f43823f676

View file

@ -27,7 +27,7 @@ struct NarIndexer : ParseSink, StringSource
Path currentPath;
std::string currentStart;
bool isExec;
bool isExec = false;
NarIndexer(const std::string & nar) : StringSource(nar)
{