summaryrefslogtreecommitdiff
path: root/src/console/dlt-passive-node-ctrl.c
diff options
context:
space:
mode:
authorManikandan C <Manikandan.Chockalingam@in.bosch.com>2016-02-10 13:46:35 +0530
committerGernot Wirschal <gernot.wirschal@bmw.de>2016-04-28 14:52:50 +0200
commita3dd0b954e8f020d535afb2c9e315cc33fea681e (patch)
treee54dd333fac5684467362c7784bd825ee340989e /src/console/dlt-passive-node-ctrl.c
parenta966393ad7003d02870bceffa08df5ddf4bbf864 (diff)
downloadDLT-daemon-a3dd0b954e8f020d535afb2c9e315cc33fea681e.tar.gz
CommonControl: Unix socket path and ecuid parsing for control applications
Signed-off-by: Manikandan C <Manikandan.Chockalingam@in.bosch.com> Change-Id: I023c6bccbe3977d50b77bb601df80643d8e2d82c
Diffstat (limited to 'src/console/dlt-passive-node-ctrl.c')
-rw-r--r--src/console/dlt-passive-node-ctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/dlt-passive-node-ctrl.c b/src/console/dlt-passive-node-ctrl.c
index db12085..88a03a8 100644
--- a/src/console/dlt-passive-node-ctrl.c
+++ b/src/console/dlt-passive-node-ctrl.c
@@ -427,7 +427,7 @@ int main(int argc, char *argv[])
{
int ret = 0;
- set_ecuid(DLT_CTRL_DEFAULT_ECUID);
+ set_ecuid(NULL);
set_timeout(DLT_CTRL_TIMEOUT);
/* Get command line arguments */