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:
electron128 2015-05-28 09:38:13 +00:00
parent 38aefdf62f
commit 8b8ffa8caa

View File

@ -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() ;
}