fixed typo

This commit is contained in:
orignal 2023-02-26 09:07:53 -05:00
parent 3c9a574e90
commit 93d89a1fe0

View File

@ -1271,7 +1271,8 @@ namespace i2p
{ {
if (m_RouterInfo.IsReachableBy (i2p::data::RouterInfo::eAllTransports)) if (m_RouterInfo.IsReachableBy (i2p::data::RouterInfo::eAllTransports))
HandlePublishTimer (ecode); HandlePublishTimer (ecode);
ScheduleInitialPublish (); else
ScheduleInitialPublish ();
} }
} }