realtimenetprots/sipfw/ProfileAgent/Server/Src/SipProfileStateUnregistered.cpp
changeset 21 9565022eef45
parent 15 8248b03a2669
--- a/realtimenetprots/sipfw/ProfileAgent/Server/Src/SipProfileStateUnregistered.cpp	Mon May 03 12:50:54 2010 +0300
+++ b/realtimenetprots/sipfw/ProfileAgent/Server/Src/SipProfileStateUnregistered.cpp	Thu May 27 13:13:56 2010 +0300
@@ -114,7 +114,7 @@
 		TBool isVpnInUse = (FeatureManager::FeatureSupported( KFeatureIdFfImsDeregistrationInVpn )
                                 && aItem.IsVpnInUse());
 		
-        if ( aItem.IsReferred() && !aItem.IsShutdownInitiated() &&
+        if ( aItem.IsReferred() && !aItem.IsShutdownInitiated() && !aItem.IsOfflineInitiated() &&
                 !aItem.IsRfsInprogress() && !isVpnInUse)
             {
             aItem.ClearOldProfile();