We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972b66f commit 57aa8b3Copy full SHA for 57aa8b3
libi2pd_client/AddressBook.cpp
@@ -902,7 +902,7 @@ namespace client
902
if (m_AddressCacheUpdateTimer)
903
{
904
m_AddressCacheUpdateTimer->expires_from_now (boost::posix_time::seconds(ADDRESS_CACHE_UPDATE_INTERVAL ));
905
- m_SubscriptionsUpdateTimer->async_wait (
+ m_AddressCacheUpdateTimer->async_wait (
906
[this](const boost::system::error_code& ecode)
907
908
if (ecode != boost::asio::error::operation_aborted)
0 commit comments