1
0
Fork 0
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:
Steffen Vogel 2024-05-29 02:26:40 +02:00 committed by pipeacosta
parent 937242ca84
commit 4be302b480

View file

@ -305,6 +305,8 @@ int TestRTT::parse(json_t *json) {
break;
default: {
count_effective = 0;
break;
}
}