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.
1 parent 784c316 commit 0fb2908Copy full SHA for 0fb2908
src/banman.h
@@ -84,7 +84,7 @@ class BanMan
84
//!clean unused entries (if bantime has expired)
85
void SweepBanned() EXCLUSIVE_LOCKS_REQUIRED(m_banned_mutex);
86
87
- RecursiveMutex m_banned_mutex;
+ Mutex m_banned_mutex;
88
banmap_t m_banned GUARDED_BY(m_banned_mutex);
89
bool m_is_dirty GUARDED_BY(m_banned_mutex){false};
90
CClientUIInterface* m_client_interface = nullptr;
0 commit comments