From c739c8ce49e9a285de6cf2c5df73c974dd8bab2e Mon Sep 17 00:00:00 2001 From: Christoph Lipka Date: Mon, 6 Jun 2016 11:57:52 +0900 Subject: dlt-client: Use correct port on connect Signed-off-by: Christoph Lipka --- src/gateway/dlt_gateway.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gateway') 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) { -- cgit v1.2.1