From ff4cb80c8a162d55ce1639f59db0ba3ce3f17cb5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 15 Nov 2012 11:52:39 +0000 Subject: -fix the fix --- src/transport/plugin_transport_udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index 2e08d1a27..48ae61230 100644 --- a/src/transport/plugin_transport_udp.c +++ b/src/transport/plugin_transport_udp.c @@ -985,7 +985,7 @@ dequeue (struct Plugin *plugin, struct UDP_MessageWrapper * udpw) { GNUNET_STATISTICS_update (plugin->env->stats, "# UDP, total, bytes in buffers", - (long long) -udpw->msg_size, GNUNET_NO); + - (long long) udpw->msg_size, GNUNET_NO); plugin->bytes_in_buffer -= udpw->msg_size; } GNUNET_STATISTICS_update (plugin->env->stats, -- cgit v1.2.3