mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-15 01:17:16 -05:00
fixed stupid bug causing cleanRejectedMessages() to be called continuously
This commit is contained in:
parent
374aa65c66
commit
b1b75a35a1
@ -337,8 +337,8 @@ int RsGxsNetService::tick()
|
|||||||
sharePublishKeysPending() ;
|
sharePublishKeysPending() ;
|
||||||
|
|
||||||
mLastCleanRejectedMessages = now ;
|
mLastCleanRejectedMessages = now ;
|
||||||
}
|
|
||||||
cleanRejectedMessages() ;
|
cleanRejectedMessages() ;
|
||||||
|
}
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user