summaryrefslogtreecommitdiff
path: root/src/tests/dlt-test-client.c
diff options
context:
space:
mode:
authorLassi Marttala <Lassi.LM.Marttala@partner.bmw.de>2012-10-04 09:58:29 +0200
committerLassi Marttala <Lassi.LM.Marttala@partner.bmw.de>2012-10-09 13:54:19 +0200
commit20bcfb6c88769bfa38e5bc8389949b8563934882 (patch)
treed42730c90755d5e7a3244952d7f14ad3780741fe /src/tests/dlt-test-client.c
parent2ebaa24eb8ead664e78395c9b552c2ca69c70f45 (diff)
downloadDLT-daemon-20bcfb6c88769bfa38e5bc8389949b8563934882.tar.gz
[GDLT-137]: Automated resending: Improve init. Use everywhere.
This is a combination of 2 commits. Rest of the commit messages below. [GDLT-137]: Add resending to all user library places which use buffer. [GDLT-137]: Delay mq opening. Make it thread safe.
Diffstat (limited to 'src/tests/dlt-test-client.c')
-rwxr-xr-xsrc/tests/dlt-test-client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/dlt-test-client.c b/src/tests/dlt-test-client.c
index 6f1e972..f99da3e 100755
--- a/src/tests/dlt-test-client.c
+++ b/src/tests/dlt-test-client.c
@@ -2398,7 +2398,6 @@ int dlt_testclient_message_callback(DltMessage *message, void *data)
/* If the payload is correct, the counter is increased by 1 */
if (message->extendedheader->noar==4)
{
- //TODO: CHECK ACTUAL CONTENT
type_info=0;
type_info_tmp=0;
length=0,length_tmp=0; /* the macro can set this variable to -1 */