mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 18:45:17 -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() ;
|
sharePublishKeysPending() ;
|
||||||
|
|
||||||
mLastCleanRejectedMessages = now ;
|
mLastCleanRejectedMessages = now ;
|
||||||
}
|
|
||||||
cleanRejectedMessages() ;
|
cleanRejectedMessages() ;
|
||||||
|
}
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue