Browse Source

re-request expired lesaseset

pull/102/head
orignal 10 years ago
parent
commit
667c309b68
  1. 3
      Streaming.cpp

3
Streaming.cpp

@ -519,7 +519,10 @@ namespace stream @@ -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…
Cancel
Save