mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-10 14:54:15 +00:00
fixed typo
This commit is contained in:
parent
972b66f9a5
commit
57aa8b3de8
@ -902,7 +902,7 @@ namespace client
|
|||||||
if (m_AddressCacheUpdateTimer)
|
if (m_AddressCacheUpdateTimer)
|
||||||
{
|
{
|
||||||
m_AddressCacheUpdateTimer->expires_from_now (boost::posix_time::seconds(ADDRESS_CACHE_UPDATE_INTERVAL ));
|
m_AddressCacheUpdateTimer->expires_from_now (boost::posix_time::seconds(ADDRESS_CACHE_UPDATE_INTERVAL ));
|
||||||
m_SubscriptionsUpdateTimer->async_wait (
|
m_AddressCacheUpdateTimer->async_wait (
|
||||||
[this](const boost::system::error_code& ecode)
|
[this](const boost::system::error_code& ecode)
|
||||||
{
|
{
|
||||||
if (ecode != boost::asio::error::operation_aborted)
|
if (ecode != boost::asio::error::operation_aborted)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user