From: Christian Grothoff Date: Wed, 19 Oct 2011 13:12:52 +0000 (+0000) Subject: init X-Git-Tag: initial-import-from-subversion-38251~16401 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=85725c7ddbf165923d3d41c242b2f7d8befde656;p=oweals%2Fgnunet.git init --- diff --git a/src/ats/gnunet-service-ats_performance.c b/src/ats/gnunet-service-ats_performance.c index 19015a365..ce914b202 100644 --- a/src/ats/gnunet-service-ats_performance.c +++ b/src/ats/gnunet-service-ats_performance.c @@ -231,6 +231,7 @@ GAS_handle_reservation_request (void *cls, struct GNUNET_SERVER_Client *client, result.header.size = htons (sizeof (struct ReservationResultMessage)); result.header.type = htons (GNUNET_MESSAGE_TYPE_ATS_RESERVATION_RESULT); result.amount = htonl (amount); + result.peer = msg->peer; result.res_delay = GNUNET_TIME_relative_hton (res_delay); GNUNET_STATISTICS_update (GSA_stats, "# reservatin requests processed",