X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/567c254430a96af16846fd14c2b84af8af36a056..c23253688fb4b4a048a2f2ba1539c20c5c6db9fa:/src/amok/Bandwidth/bandwidth.c diff --git a/src/amok/Bandwidth/bandwidth.c b/src/amok/Bandwidth/bandwidth.c index 4b05ce428d..db327bad3c 100644 --- a/src/amok/Bandwidth/bandwidth.c +++ b/src/amok/Bandwidth/bandwidth.c @@ -434,7 +434,7 @@ TRY{ &(result->sec),&(result->bw)); gras_msg_rpcreturn(240,ctx,&result); - }CATCH(e){THROW1(0,1,"%s",request->host.name); + }CATCH(e){THROW1(0,1,"%s",request->peer.name); } gras_os_sleep(1); gras_socket_close(peer); /* FIXME: it should be blocking in RL until everything is sent */