--- a/harvester/monitorplugins/mdsfileserverplugin/src/mdsfileserverplugin.cpp Thu May 27 13:18:43 2010 +0300
+++ b/harvester/monitorplugins/mdsfileserverplugin/src/mdsfileserverplugin.cpp Fri Jun 11 14:04:21 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;
}