From 8673795b845e461e42920e44cdf70a5361457e8b Mon Sep 17 00:00:00 2001 From: Saya Sugiura Date: Thu, 1 Aug 2019 09:19:00 +0900 Subject: Revert "Add option in dlt.conf for bindAddress to specific IPs (#130)" This reverts commit e8716cc5c950e50411b23a7a6cafa3c063c59e90. --- src/daemon/dlt-daemon.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/daemon/dlt-daemon.h') diff --git a/src/daemon/dlt-daemon.h b/src/daemon/dlt-daemon.h index 3d35335..39ccb91 100644 --- a/src/daemon/dlt-daemon.h +++ b/src/daemon/dlt-daemon.h @@ -132,7 +132,6 @@ typedef struct int contextLogLevel; /**< (int) log level sent to context if registered with default log-level or if enforced*/ int contextTraceStatus; /**< (int) trace status sent to context if registered with default trace status or if enforced*/ int enforceContextLLAndTS; /**< (Boolean) Enforce log-level, trace-status not to exceed contextLogLevel, contextTraceStatus */ - DltBindAddress_t *ipNodes; /**< (String: BindAddress) The daemon accepts connections only on this list of IP addresses */ } DltDaemonFlags; /** * The global parameters of a dlt daemon. -- cgit v1.2.1