Browse Source

fixed typo

pull/1890/head
orignal 1 year ago
parent
commit
93d89a1fe0
  1. 3
      libi2pd/RouterContext.cpp

3
libi2pd/RouterContext.cpp

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

Loading…
Cancel
Save