summaryrefslogtreecommitdiff
path: root/src/gateway
diff options
context:
space:
mode:
authorChristoph Lipka <clipka@jp.adit-jv.com>2016-06-06 11:57:52 +0900
committerChristoph Lipka <clipka@jp.adit-jv.com>2016-10-24 13:39:55 +0900
commitc739c8ce49e9a285de6cf2c5df73c974dd8bab2e (patch)
tree17f018c195ab40e32f63ef96b6d3dc4cd9e9bffd /src/gateway
parentf1a32faa95358d7257acd267ca0e7568d3c5f7b0 (diff)
downloadDLT-daemon-c739c8ce49e9a285de6cf2c5df73c974dd8bab2e.tar.gz
dlt-client: Use correct port on connect
Signed-off-by: Christoph Lipka <clipka@jp.adit-jv.com>
Diffstat (limited to 'src/gateway')
-rw-r--r--src/gateway/dlt_gateway.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gateway/dlt_gateway.c b/src/gateway/dlt_gateway.c
index c88d35e..edae0c7 100644
--- a/src/gateway/dlt_gateway.c
+++ b/src/gateway/dlt_gateway.c
@@ -427,8 +427,6 @@ int dlt_gateway_store_connection(DltGateway *gateway,
/* setup DltClient Structure */
gateway->connections[i].client.servIP =
strdup(gateway->connections[i].ip_address);
- // TODO: modify DltClient structure to make port configurable
- // g->connections[i].client.servPort = g->connections[i].port;
if (ret != 0)
{