mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 06:02:41 -04:00
fixed uninitialised memory read in GxsReputation
This commit is contained in:
parent
dec5c5c4b4
commit
d3cdd15e3f
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ p3GxsReputation::p3GxsReputation(p3LinkMgr *lm)
|
||||||
mLastReputationConfigSaved = 0;
|
mLastReputationConfigSaved = 0;
|
||||||
mChanged = false ;
|
mChanged = false ;
|
||||||
mMaxPreventReloadBannedIds = 0 ; // default is "never"
|
mMaxPreventReloadBannedIds = 0 ; // default is "never"
|
||||||
|
mLastCleanUp = time(NULL) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::string GXS_REPUTATION_APP_NAME = "gxsreputation";
|
const std::string GXS_REPUTATION_APP_NAME = "gxsreputation";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue