mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 22:21:09 -04:00
fixed error in reputation that prevented to account for delay after which banned identities are un-banned
This commit is contained in:
parent
b5b490067b
commit
95e1073b8a
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ void p3GxsReputation::cleanup()
|
||||||
#ifdef DEBUG_REPUTATION
|
#ifdef DEBUG_REPUTATION
|
||||||
std::cerr << " ID " << it->first << ": own is negative for more than " << mMaxPreventReloadBannedIds/86400 << " days. Reseting it!" << std::endl;
|
std::cerr << " ID " << it->first << ": own is negative for more than " << mMaxPreventReloadBannedIds/86400 << " days. Reseting it!" << std::endl;
|
||||||
#endif
|
#endif
|
||||||
mChanged = true ;
|
should_delete = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Delete slots with basically no information
|
// Delete slots with basically no information
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue