Skip to content

Commit 57aa8b3

Browse files
committed
fixed typo
1 parent 972b66f commit 57aa8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libi2pd_client/AddressBook.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ namespace client
902902
if (m_AddressCacheUpdateTimer)
903903
{
904904
m_AddressCacheUpdateTimer->expires_from_now (boost::posix_time::seconds(ADDRESS_CACHE_UPDATE_INTERVAL ));
905-
m_SubscriptionsUpdateTimer->async_wait (
905+
m_AddressCacheUpdateTimer->async_wait (
906906
[this](const boost::system::error_code& ecode)
907907
{
908908
if (ecode != boost::asio::error::operation_aborted)

0 commit comments

Comments
 (0)