mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added missing mutex in p3BanList
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8306 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
38aefdf62f
commit
8b8ffa8caa
@ -155,6 +155,7 @@ void p3BanList::getDhtInfo()
|
||||
addBanEntry(ownId, ad, RSBANLIST_ORIGIN_SELF, int_reason, time_stamp, masked_bytes);
|
||||
}
|
||||
|
||||
RsStackMutex stack(mBanMtx); /****** LOCKED MUTEX *******/
|
||||
condenseBanSources_locked() ;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user