Commit 5fe3b5f6 authored by Joseph Noir's avatar Joseph Noir

Fix initialization of next layer

parent c151505b
......@@ -63,7 +63,7 @@ struct reliability {
reliability(io::network::newb<message_type>* parent)
: parent(parent),
next(parent, false) {
next(parent) {
// nop
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment