1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

dumper: fix initalization list

Signed-off-by: Manuel Pitz <manuel.pitz@eonerc.rwth-aachen.de>
This commit is contained in:
Manuel Pitz 2023-07-06 19:36:22 +02:00
parent 9c0517cb74
commit 85ab9f2100

View file

@ -20,6 +20,7 @@ using namespace villas::node;
Dumper::Dumper() :
active(false),
socketFd(0),
socketPath(""),
supressRepeatedWarning(true),
warningCounter(0),