Commit 0fa48ea4 authored by unknown's avatar unknown

waiter.cpp:

  fixed so that connectring option works


ndb/tools/waiter.cpp:
  fixed so that connectring option works
parent 75f9f5f1
......@@ -86,7 +86,7 @@ int main(int argc, char** argv){
if (_hostName == NULL){
LocalConfig lcfg;
if(!lcfg.init())
if(!lcfg.init(opt_connect_str, 0))
{
lcfg.printError();
lcfg.printUsage();
......
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