Commit 934b9a4e authored by unknown's avatar unknown
Browse files

merge exit status from 4.1 to 5.0


ndb/src/mgmclient/CommandInterpreter.cpp:
  add right braces
parent d780368c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1843,6 +1843,7 @@ CommandInterpreter::executeStop(int processId, const char *parameters,
    tmp.split(command_list);
    for (unsigned i= 0; i < command_list.size();)
      command_list[i].c_str()[0] ? i++ : (command_list.erase(i),0);
  }
  if (all)
    retval = executeStop(command_list, 0, 0, 0);
  else