mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 06:20:44 -04:00
Removed read/write mutex from AuthGPGimpl and from the sources.
Added RsThread as base class to AuthGPGimpl and load all gpg keys every hour. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3571 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bb4aedf55f
commit
acf57ed3fd
5 changed files with 72 additions and 137 deletions
|
@ -177,4 +177,6 @@ void RsServer::rsGlobalShutDown()
|
|||
|
||||
join();
|
||||
ftserver->StopThreads();
|
||||
|
||||
AuthGPGExit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue