Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar: this variable will be overwritten in the next loop cycle
[simgrid.git] / examples / msg / app-bittorrent / peer.c
index d297ba8..ca5f650 100644 (file)
@@ -189,7 +189,6 @@ int get_peers_data(peer_t peer)
       MSG_comm_destroy(comm_received);
       tracker_task_data_free(data);
       MSG_task_destroy(task_received);
-      comm_received = NULL;
     }
   }