Commit 7337ba76 authored by unknown's avatar unknown
Browse files

ndb_config

  Check returnvalue on load/fetch configuration


ndb/tools/ndb_config.cpp:
  Check returnvalue on load/fetch configuration
parent 8c570f3f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -168,6 +168,11 @@ main(int argc, char** argv){
  else
    conf = fetch_configuration();

  if (conf == 0)
  {
    return -1;
  }
  
  Vector<Apply*> select_list;
  Vector<Match*> where_clause;