Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[#!] #! ./tesh -> #!/usr/bin/env tesh
[simgrid.git] / teshsuite / msg / io-file-remote / io-file-remote.c
index 3f05e6a..0726701 100644 (file)
@@ -44,8 +44,8 @@ static int host(int argc, char* argv[])
       XBT_INFO("Copy '%s' (of size %llu) from '%s' to '%s'", filename, MSG_file_get_size(file), MSG_host_get_name(src),
                argv[3]);
       MSG_file_rcopy(file, dest, argv[4]);
-      MSG_file_close(file);
     }
+    MSG_file_close(file);
   }
 
   return 0;