From 667c309b68591bf7cae1d7d30e5f1a6b31bad7a8 Mon Sep 17 00:00:00 2001 From: orignal Date: Thu, 16 Oct 2014 21:09:59 -0400 Subject: [PATCH] re-request expired lesaseset --- Streaming.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Streaming.cpp b/Streaming.cpp index a14cd084..503f2993 100644 --- a/Streaming.cpp +++ b/Streaming.cpp @@ -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;