networksecurity/tls/protocol/recordprotocolevents.cpp
changeset 68 1697cc2ba93d
parent 0 af10295192d8
--- a/networksecurity/tls/protocol/recordprotocolevents.cpp	Thu Sep 16 13:48:44 2010 +0530
+++ b/networksecurity/tls/protocol/recordprotocolevents.cpp	Thu Sep 23 17:23:35 2010 +0530
@@ -234,7 +234,11 @@
 	    {
 		iActiveTlsSession->CancelRequest();
 		}
-	ReConstructL();
+    TRAPD(ret, ReConstructL());
+    if ( ret != KErrNone )
+        {
+        LOG(Log::Printf(_L("ReConstructL() returned the error %d"), ret);)
+        }
 }
 
 void CRecordParser::DispatchData()