mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-04 09:05:34 -05: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)
|
gpgKeySelected(false)
|
||||||
{
|
{
|
||||||
_force_sync_database = false ;
|
_force_sync_database = false ;
|
||||||
|
mCount = 0;
|
||||||
start();
|
start();
|
||||||
int mCount = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This function is called when retroshare is first started
|
/* This function is called when retroshare is first started
|
||||||
|
Loading…
x
Reference in New Issue
Block a user