mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
fixed typo
This commit is contained in:
parent
3c9a574e90
commit
93d89a1fe0
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue