summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon.c
diff options
context:
space:
mode:
authorChristoph Lipka <clipka@jp.adit-jv.com>2016-12-06 16:42:41 +0900
committerSaya Sugiura <ssugiura@jp.adit-jv.com>2019-05-06 15:44:49 +0900
commit4fe69b0927f4c5d0cb3b3ae4fa64500db22b13d0 (patch)
tree74ae0df4109c6f0980e45a3d0b2a29c4dfdc10f2 /src/daemon/dlt-daemon.c
parent1348d1c07dbda69c32317738b8e9c69734f181c3 (diff)
downloadDLT-daemon-4fe69b0927f4c5d0cb3b3ae4fa64500db22b13d0.tar.gz
unix socket: IPC code isolation
Signed-off-by: Christoph Lipka <clipka@jp.adit-jv.com> Signed-off-by: Vo Trung Chi <Chi.VoTrung@vn.bosch.com>
Diffstat (limited to 'src/daemon/dlt-daemon.c')
-rw-r--r--src/daemon/dlt-daemon.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/daemon/dlt-daemon.c b/src/daemon/dlt-daemon.c
index 79b4058..a8404fd 100644
--- a/src/daemon/dlt-daemon.c
+++ b/src/daemon/dlt-daemon.c
@@ -2763,8 +2763,7 @@ int dlt_daemon_process_user_message_log_shm(DltDaemon *daemon,
int verbose)
{
char local_str[DLT_DAEMON_TEXTBUFSIZE] = { '\0' };
- int j, sent, third_value;
- ssize_t ret;
+ int sent;
uint8_t *rcv_buffer = NULL;
int size;
uint32_t len = sizeof(DltUserHeader);