mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed uninitialised memory read in AuthGPG
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8302 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
59e4899f68
commit
9fc5f01d87
@ -129,8 +129,8 @@ AuthGPG::AuthGPG(const std::string& path_to_public_keyring,const std::string& pa
|
||||
gpgKeySelected(false)
|
||||
{
|
||||
_force_sync_database = false ;
|
||||
mCount = 0;
|
||||
start();
|
||||
int mCount = 0;
|
||||
}
|
||||
|
||||
/* This function is called when retroshare is first started
|
||||
|
Loading…
Reference in New Issue
Block a user