mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fix typo
This commit is contained in:
parent
783c0c7c7b
commit
7ea8509dfe
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ namespace datagram
|
||||||
{
|
{
|
||||||
if(routingPath->remoteLease)
|
if(routingPath->remoteLease)
|
||||||
{
|
{
|
||||||
if(routingPath->remoteLease->ExpiresSoon())
|
if(routingPath->remoteLease->ExpiresWithin(DATAGRAM_SESSION_LEASE_HANDOVER_WINDOW, DATAGRAM_SESSION_LEASE_HANDOVER_FUDGE))
|
||||||
lease = GetNextLease();
|
lease = GetNextLease();
|
||||||
else
|
else
|
||||||
lease = routingPath->remoteLease;
|
lease = routingPath->remoteLease;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue