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:
thunder2 2010-06-18 20:19:04 +00:00
parent 73ae89acad
commit ec6c252d62
4 changed files with 118 additions and 116 deletions

View file

@ -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;