syncmlfw/ds/netmon/src/CNetMon.cpp
changeset 57 f5b689a4f7a2
parent 0 b497e44ab2fc
child 69 a082c848c9a9
child 73 ae69c2e8bc34
--- a/syncmlfw/ds/netmon/src/CNetMon.cpp	Tue Jul 06 15:14:24 2010 +0300
+++ b/syncmlfw/ds/netmon/src/CNetMon.cpp	Wed Aug 18 10:39:36 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;
 }
 
 // ----------------------------------------------------------------------------