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

Loading…
Cancel
Save