vpnengine/vpnipsecpolparser/src/ipsecpolparser.cpp
branchRCL_3
changeset 41 e06095241a65
parent 40 473321461bba
--- a/vpnengine/vpnipsecpolparser/src/ipsecpolparser.cpp	Tue Aug 31 16:14:16 2010 +0300
+++ b/vpnengine/vpnipsecpolparser/src/ipsecpolparser.cpp	Wed Sep 01 12:23:21 2010 +0100
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -2054,8 +2054,15 @@
 
         LOG_("Querying DNS tasks\n");
 
-        iPolicies->GetFQDNAddressListL(*iPolicyList);
+        if (iPolicies != NULL) 
+            {
+            iPolicies->GetFQDNAddressListL(*iPolicyList);
+            }
+        else 
+            {
+            LOG_("No ipsec policies!\n");
+            }
+        LOG_("CIpSecurityPiece::GetFQDNAddressListL() exit\n");
         }
-    LOG_("CIpSecurityPiece::GetFQDNAddressListL() exit\n");
     return iPolicyList;
     }