mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
bugfix
This commit is contained in:
@@ -211,7 +211,7 @@ public:
|
||||
// close can call terminate immediately which removes the connection
|
||||
// from m_connections, invalidating the iterator.
|
||||
while(!m_connections.empty()) {
|
||||
(m_connections->begin())->close(code,reason);
|
||||
(*m_connections.begin())->close(code,reason);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user