mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-03 11:00:14 -05: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
@ -390,7 +390,7 @@ void p3GxsReputation::cleanup()
|
||||
#ifdef DEBUG_REPUTATION
|
||||
std::cerr << " ID " << it->first << ": own is negative for more than " << mMaxPreventReloadBannedIds/86400 << " days. Reseting it!" << std::endl;
|
||||
#endif
|
||||
mChanged = true ;
|
||||
should_delete = true;
|
||||
}
|
||||
|
||||
// Delete slots with basically no information
|
||||
|
Loading…
x
Reference in New Issue
Block a user