harvester/monitorplugins/mdsfileserverplugin/src/mdsfileserverplugin.cpp
branchRCL_3
changeset 14 3e156c80c15d
parent 13 4a4892eec172
child 19 b73252188534
--- 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;
     }