diff -r 4a4892eec172 -r 3e156c80c15d harvester/monitorplugins/mdsfileserverplugin/src/mdsfileserverplugin.cpp --- a/harvester/monitorplugins/mdsfileserverplugin/src/mdsfileserverplugin.cpp Tue May 25 13:10:05 2010 +0300 +++ b/harvester/monitorplugins/mdsfileserverplugin/src/mdsfileserverplugin.cpp Wed Jun 09 10:09:20 2010 +0300 @@ -189,6 +189,9 @@ TInt function = aRequest.Function(); + iFileName.Zero(); + iNewFileName.Zero(); + #ifdef _DEBUG_EVENTS PrintDebugEvents( function ); #endif @@ -557,9 +560,6 @@ } } - iFileName.Zero(); - iNewFileName.Zero(); - WRITELOG( "CMdsFileServerPlugin::DoRequestL() - return" ); return err; }