From 0ee4099f8a6782f399af31f4b1996c19b23b22cb Mon Sep 17 00:00:00 2001 From: "S. Hameed" Date: Thu, 18 Feb 2016 18:42:15 +0900 Subject: CommonControl: Fix for commands not working with unix socket This commit resloves a bug introduced from the commit: CommonControl: Unix socket path and ecuid parsing for control applications Signed-off-by: S. Hameed Change-Id: Ifd4af24cab3ef41fda86fdf63a559438b51eca6e --- src/console/dlt-control-common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/console/dlt-control-common.h') diff --git a/src/console/dlt-control-common.h b/src/console/dlt-control-common.h index 927a585..0bd7deb 100644 --- a/src/console/dlt-control-common.h +++ b/src/console/dlt-control-common.h @@ -70,8 +70,8 @@ void set_ecuid(char *); long get_timeout(void); void set_timeout(long); -/*Parse dlt.conf file and return the value of requested configuration*/ -char *dlt_parse_config_param(char *config_id); +/* Parse dlt.conf file and return the value of requested configuration */ +int dlt_parse_config_param(char *config_id, char **config_data); /* Initialize the connection to the daemon */ int dlt_control_init(int (*response_analyser)(char *, void *, int), -- cgit v1.2.1