mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
test_rtt: Fix possible use of uninitialized variable
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
parent
937242ca84
commit
4be302b480
1 changed files with 2 additions and 0 deletions
|
@ -305,6 +305,8 @@ int TestRTT::parse(json_t *json) {
|
|||
break;
|
||||
|
||||
default: {
|
||||
count_effective = 0;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue