mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 20:04:24 -04:00
fixed crash (asserts) by parallel calls to gpg.exe
changed the RsReadWriteMutex to RsStackMutex in AuthGPG git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3158 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
73ae89acad
commit
ec6c252d62
4 changed files with 118 additions and 116 deletions
|
@ -244,7 +244,7 @@ private:
|
|||
|
||||
static AuthGPG *instance_gpg; // pointeur vers le singleton
|
||||
|
||||
RsReadWriteMutex pgpMtx;
|
||||
RsMutex gpgMtx;
|
||||
/* Below is protected via the mutex */
|
||||
|
||||
certmap mKeyList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue