mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 02:44:15 +00:00
Revert "fix issue #1124"
This reverts commit 29e861d1e6cb962ab35f255d61c27368894f6c1e.
This commit is contained in:
parent
59672d23cc
commit
157411dcc6
@ -87,7 +87,7 @@ namespace client
|
||||
auto itr = m_ReadyCallbacks.begin();
|
||||
while(itr != m_ReadyCallbacks.end())
|
||||
{
|
||||
if(itr->second <= now)
|
||||
if(itr->second >= now)
|
||||
{
|
||||
itr->first(boost::asio::error::timed_out);
|
||||
itr = m_ReadyCallbacks.erase(itr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user