Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
here was the leak ...
authorsuter <frederic.suter@cc.in2p3.fr>
Wed, 25 Sep 2013 12:54:58 +0000 (14:54 +0200)
committersuter <frederic.suter@cc.in2p3.fr>
Wed, 25 Sep 2013 12:56:56 +0000 (14:56 +0200)
src/surf/storage.c

index 7ca79b1..087913b 100644 (file)
@@ -222,7 +222,6 @@ static void* storage_create_resource(const char* id, const char* model,
   storage = (storage_t) surf_resource_new(sizeof(s_storage_t),
           surf_storage_model, id, properties, NULL);
 
-  storage->generic_resource.name = xbt_strdup(id);
   storage->state_current = SURF_RESOURCE_ON;
   storage->used_size = 0;
   storage->size = 0;