Skip to content
Snippets Groups Projects
Commit 2616e6a6 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

* Check for errors.

parent 9f4ad99e
No related branches found
No related tags found
No related merge requests found
......@@ -273,7 +273,7 @@ FSIds findGenerators(const FSIds & _ids)
i != sucs.end(); i++)
{
string s;
queryDB(nixDB, dbSuccessors, *i, s);
if (!queryDB(nixDB, dbSuccessors, *i, s)) continue;
FSId id = parseHash(s);
FState fs;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment