supl/locationsuplfw/gateway/src/epos_csuplsessionretryq.cpp
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
--- a/supl/locationsuplfw/gateway/src/epos_csuplsessionretryq.cpp	Thu Aug 19 10:20:18 2010 +0300
+++ b/supl/locationsuplfw/gateway/src/epos_csuplsessionretryq.cpp	Tue Aug 31 15:37:04 2010 +0300
@@ -140,8 +140,7 @@
 	if(iSessionCount == 0 && iSessionRequests.Count() > 0)
 		{
 		DEBUG_TRACE("Re-issuing request straight away", __LINE__)
-		if( !IsActive() )
-		    After(KSmallDelay);
+		After(KSmallDelay);
 		}
 	// If a connection just closed remember the time-stamp so later it can be decided when to re-issue
 	iSomeSessionEnded = ETrue;