ndb_config

  Check returnvalue on load/fetch configuration
parent a30faa3b
...@@ -168,6 +168,11 @@ main(int argc, char** argv){ ...@@ -168,6 +168,11 @@ main(int argc, char** argv){
else else
conf = fetch_configuration(); conf = fetch_configuration();
if (conf == 0)
{
return -1;
}
Vector<Apply*> select_list; Vector<Apply*> select_list;
Vector<Match*> where_clause; Vector<Match*> where_clause;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment