networksecurity/tls/protocol/recordprotocolevents.cpp
branchRCL_3
changeset 67 bb2423252ea3
parent 0 af10295192d8
child 75 c1029e558ef5
--- a/networksecurity/tls/protocol/recordprotocolevents.cpp	Wed Sep 15 00:18:51 2010 +0300
+++ b/networksecurity/tls/protocol/recordprotocolevents.cpp	Wed Sep 15 13:53:10 2010 +0300
@@ -234,7 +234,12 @@
 	    {
 		iActiveTlsSession->CancelRequest();
 		}
-	ReConstructL();
+
+    TRAPD(ret, ReConstructL());
+    if ( ret != KErrNone )
+        {
+        LOG(Log::Printf(_L("ReConstructL() returned the error %d"), ret);)
+        }
 }
 
 void CRecordParser::DispatchData()