mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-26 18:46:42 -05: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue