harvester/monitorplugins/mdsfileserverplugin/src/mdsfileserverplugin.cpp
changeset 31 81125601ee77
parent 28 c461c7fa72c2
child 40 910a23996aa0
child 54 a3cc46f37772
--- 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;
     }