aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c2
1 files changed, 1 insertions, 1 deletions
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)
985 { 985 {
986 GNUNET_STATISTICS_update (plugin->env->stats, 986 GNUNET_STATISTICS_update (plugin->env->stats,
987 "# UDP, total, bytes in buffers", 987 "# UDP, total, bytes in buffers",
988 (long long) -udpw->msg_size, GNUNET_NO); 988 - (long long) udpw->msg_size, GNUNET_NO);
989 plugin->bytes_in_buffer -= udpw->msg_size; 989 plugin->bytes_in_buffer -= udpw->msg_size;
990 } 990 }
991 GNUNET_STATISTICS_update (plugin->env->stats, 991 GNUNET_STATISTICS_update (plugin->env->stats,