Read config file for fallback when no command line arguments are given.
This commit is contained in:
@@ -122,7 +122,7 @@ int _doGetNodes(GWEN_DB_NODE *dbArgs)
|
||||
int rv;
|
||||
int timeoutInSeconds;
|
||||
|
||||
epTcp=Utils_SetupIpcEndpoint(dbArgs);
|
||||
epTcp=Utils_SetupNodesClientEndpoint(dbArgs);
|
||||
if (epTcp==NULL) {
|
||||
DBG_ERROR(NULL, "ERROR creating TCP connection");
|
||||
return 2;
|
||||
|
||||
Reference in New Issue
Block a user