Read config file for fallback when no command line arguments are given.
This commit is contained in:
@@ -135,7 +135,7 @@ int _doPing(GWEN_DB_NODE *dbArgs)
|
||||
int timeoutInSeconds;
|
||||
GWEN_MSG *msg;
|
||||
|
||||
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