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:
electron128 2015-05-27 12:06:12 +00:00
parent 59e4899f68
commit 9fc5f01d87

View File

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