From 196a0bf9699d9ecead4b50819bd64d3174795296 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 15 Nov 2018 23:26:24 +0100 Subject: remove dead field quota_in --- src/transport/gnunet-service-transport_neighbours.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/transport/gnunet-service-transport_neighbours.c') diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c index 3965bc13e..68344bcf4 100644 --- a/src/transport/gnunet-service-transport_neighbours.c +++ b/src/transport/gnunet-service-transport_neighbours.c @@ -11,7 +11,7 @@ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ @@ -571,7 +571,6 @@ neighbours_connect_notification (struct NeighbourMapEntry *n) connect_msg->header.size = htons (sizeof(buf)); connect_msg->header.type = htons (GNUNET_MESSAGE_TYPE_TRANSPORT_CONNECT); connect_msg->id = n->id; - connect_msg->quota_in = n->primary_address.bandwidth_in; connect_msg->quota_out = bandwidth_min; GST_clients_broadcast (&connect_msg->header, GNUNET_NO); -- cgit v1.2.3