mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-28 18:42:20 -04:00
fixed stupid bug causing cleanRejectedMessages() to be called continuously
This commit is contained in:
parent
374aa65c66
commit
b1b75a35a1
1 changed files with 1 additions and 1 deletions
|
@ -337,8 +337,8 @@ int RsGxsNetService::tick()
|
|||
sharePublishKeysPending() ;
|
||||
|
||||
mLastCleanRejectedMessages = now ;
|
||||
}
|
||||
cleanRejectedMessages() ;
|
||||
}
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue