Fix typo keeping bootstraps open during exit (#842)
This commit is contained in:
parent
1880a873b4
commit
e68bad18d3
1 changed files with 1 additions and 1 deletions
|
@ -1287,7 +1287,7 @@ void rai::bootstrap_listener::stop ()
|
|||
connections_l.swap (connections);
|
||||
}
|
||||
acceptor.close ();
|
||||
for (auto & i : connections)
|
||||
for (auto & i : connections_l)
|
||||
{
|
||||
auto connection (i.second.lock ());
|
||||
if (connection)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue