Browse Source

fixed typo

pull/1890/head
orignal 2 years ago
parent
commit
93d89a1fe0
  1. 1
      libi2pd/RouterContext.cpp

1
libi2pd/RouterContext.cpp

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

Loading…
Cancel
Save