We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cc1142 + 54edc17 commit e7ece64Copy full SHA for e7ece64
src/p2p/net_peerlist.h
@@ -533,7 +533,7 @@ namespace nodetool
533
size_t filtered = 0;
534
TRY_ENTRY();
535
CRITICAL_REGION_LOCAL(m_peerlist_lock);
536
- peers_indexed::index<by_addr>::type& sorted_index = white ? m_peers_gray.get<by_addr>() : m_peers_white.get<by_addr>();
+ peers_indexed::index<by_addr>::type& sorted_index = white ? m_peers_white.get<by_addr>() : m_peers_gray.get<by_addr>();
537
auto i = sorted_index.begin();
538
while (i != sorted_index.end())
539
{
0 commit comments