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