mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed uninitialized memory read
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4492 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
095168f4ec
commit
00711753ad
@ -118,6 +118,7 @@ p3GroupDistrib::p3GroupDistrib(uint16_t subtype,
|
||||
mCount = 0;
|
||||
mLastCacheDocUpdate = time(NULL);
|
||||
mHistoricalCachesLoaded = false;
|
||||
mUpdateCacheDoc = true ;
|
||||
|
||||
#ifdef RSMUTEX_DEBUG
|
||||
distribMtx.setName("p3GroupDistrib - " + keyBackUpDir.substr(keyBackUpDir.find_last_of('/') + 1));
|
||||
|
Loading…
Reference in New Issue
Block a user