diff -r 39aa16f3fdc2 -r f5b689a4f7a2 syncmlfw/ds/netmon/src/CNetMon.cpp --- 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; } // ----------------------------------------------------------------------------