summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_offline_logstorage.c
diff options
context:
space:
mode:
authorManikandan C <mchockalingam@de.adit-jv.com>2018-11-12 14:01:47 +0100
committerManikandan C <mchockalingam@de.adit-jv.com>2018-11-16 11:03:28 +0100
commit8112bb0c3a1b16a9f7e47e725d95f9fbab1bf4c2 (patch)
tree2967d4bf0cf3b95a542fc40e29cd7e67a341fc03 /src/daemon/dlt_daemon_offline_logstorage.c
parent2c507329d9d161910c793c445ae8c388a608cf35 (diff)
downloadDLT-daemon-Gateway_updates.tar.gz
dlt-client: logging: Extended the receiver buffer sizeGateway_updates
- dlt-control couldn't receive all the GET_LOG_INFO response message when many applications and contexts are registered. Therefore the receiver buffer size was extended to 65K. Also the receive buffer size macros are reduced to one variable. - Code cleanup and improvements Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
Diffstat (limited to 'src/daemon/dlt_daemon_offline_logstorage.c')
-rw-r--r--src/daemon/dlt_daemon_offline_logstorage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/daemon/dlt_daemon_offline_logstorage.c b/src/daemon/dlt_daemon_offline_logstorage.c
index 109cc73..1c63164 100644
--- a/src/daemon/dlt_daemon_offline_logstorage.c
+++ b/src/daemon/dlt_daemon_offline_logstorage.c
@@ -388,7 +388,6 @@ STATIC DltReturnValue dlt_daemon_logstorage_update_passive_node_context(
}
return DLT_RETURN_OK;
- return DLT_RETURN_OK;
}
/**