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:
parent
b98f455752
commit
98c21c3945
1 changed files with 1 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue