mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -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;
|
||||
mChanged = false ;
|
||||
mMaxPreventReloadBannedIds = 0 ; // default is "never"
|
||||
mLastCleanUp = time(NULL) ;
|
||||
}
|
||||
|
||||
const std::string GXS_REPUTATION_APP_NAME = "gxsreputation";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue