Commit fd6e1812 authored by Marian Triebe's avatar Marian Triebe

Fix return value of `remove_published_actor(abstract_actor_ptr&)`

parent a4e262dc
......@@ -777,6 +777,7 @@ bool basp_broker::remove_published_actor(const abstract_actor_ptr& whom) {
close(i->first);
m_open_ports.erase(i->second.second);
i = m_acceptors.erase(i);
++erased_elements;
}
else {
++i;
......
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