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

loopback: add missing call to Node::prepare()

This commit is contained in:
Steffen Vogel 2022-03-06 21:12:38 -05:00
parent b98f455752
commit 98c21c3945

View file

@ -56,9 +56,7 @@ int LoopbackNode::prepare()
if (ret)
throw RuntimeError("Failed to initialize queue");
state = State::PREPARED;
return 0;
return Node::prepare();
}
int LoopbackNode::stop()