Commit 075e03f
authored
dlt-daemon.c: fix wrong len (#852)
Set len to 0 makes the application description always empty.
One of the failure case:
running "dlt-example-user 'test'",
check "dlt-control -j localhost" will not get application description:
APID:LOG-
Expected:
APID:LOG- Test Application for Logging
Signed-off-by: Changqing Li <changqing.li@windriver.com>1 parent e3bc133 commit 075e03f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4111 | 4111 | | |
4112 | 4112 | | |
4113 | 4113 | | |
4114 | | - | |
| 4114 | + | |
4115 | 4115 | | |
4116 | 4116 | | |
4117 | 4117 | | |
| |||
0 commit comments