X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c055a4846388b726f1c2056b601b71273e0db7d9..1985fd529afd5bf099ad633cd8115cf37c43c126:/examples/msg/dht-chord/dht-chord.c?ds=sidebyside diff --git a/examples/msg/dht-chord/dht-chord.c b/examples/msg/dht-chord/dht-chord.c index 717b19d276..66faa97c3a 100644 --- a/examples/msg/dht-chord/dht-chord.c +++ b/examples/msg/dht-chord/dht-chord.c @@ -327,7 +327,6 @@ void quit_notify(node_t node) get_mailbox(node->pred_id, mailbox); task_data_t req_data_s = xbt_new0(s_task_data_t,1); req_data_s->type = TASK_SUCCESSOR_LEAVING; - req_data_s->request_id = node->fingers[0].id; req_data_s->request_id = node->pred_id; get_mailbox(node->id, req_data_s->answer_to); req_data_s->issuer_host_name = MSG_host_get_name(MSG_host_self());