syncmlfw/ds/netmon/src/CNetMon.cpp
changeset 54 085438c28042
parent 0 b497e44ab2fc
child 69 a082c848c9a9
child 73 ae69c2e8bc34
--- a/syncmlfw/ds/netmon/src/CNetMon.cpp	Tue Jul 13 10:07:47 2010 +0530
+++ b/syncmlfw/ds/netmon/src/CNetMon.cpp	Fri Jul 23 13:39:21 2010 +0530
@@ -164,7 +164,7 @@
 TInt CNetMon::RunError ( TInt aError )
 {
     DBG_FILE_CODE(aError, _S8("CNetMon::RunError() The Error occurred is "));
-    return aError;
+    return KErrNone;
 }
 
 // ----------------------------------------------------------------------------