1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-09 05:34:31 +00:00

fixed typo

This commit is contained in:
orignal 2025-01-31 12:55:09 -05:00
parent 972b66f9a5
commit 57aa8b3de8

View File

@ -902,7 +902,7 @@ namespace client
if (m_AddressCacheUpdateTimer)
{
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)
{
if (ecode != boost::asio::error::operation_aborted)