syncmlfw/ds/netmon/src/CNetMon.cpp
branchRCL_3
changeset 23 4af31167ea77
parent 0 b497e44ab2fc
--- a/syncmlfw/ds/netmon/src/CNetMon.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/syncmlfw/ds/netmon/src/CNetMon.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -164,7 +164,7 @@
 TInt CNetMon::RunError ( TInt aError )
 {
     DBG_FILE_CODE(aError, _S8("CNetMon::RunError() The Error occurred is "));
-    return aError;
+    return KErrNone;
 }
 
 // ----------------------------------------------------------------------------