mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
re-request expired lesaseset
This commit is contained in:
parent
3bd035cb16
commit
667c309b68
1 changed files with 3 additions and 0 deletions
|
@ -519,7 +519,10 @@ namespace stream
|
|||
m_CurrentRemoteLease = leases[i];
|
||||
}
|
||||
else
|
||||
{
|
||||
m_RemoteLeaseSet = m_LocalDestination.FindLeaseSet (m_RemoteIdentity.GetIdentHash ()); // re-request expired
|
||||
m_CurrentRemoteLease.endDate = 0;
|
||||
}
|
||||
}
|
||||
else
|
||||
m_CurrentRemoteLease.endDate = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue