summaryrefslogtreecommitdiff
path: root/src/gateway/dlt_gateway.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gateway/dlt_gateway.c')
-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)
{