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