gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r24979 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r24979 - gnunet/src/transport
Date: Thu, 15 Nov 2012 12:52:39 +0100

Author: grothoff
Date: 2012-11-15 12:52:39 +0100 (Thu, 15 Nov 2012)
New Revision: 24979

Modified:
   gnunet/src/transport/plugin_transport_udp.c
Log:
-fix the fix

Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2012-11-15 10:44:47 UTC (rev 
24978)
+++ gnunet/src/transport/plugin_transport_udp.c 2012-11-15 11:52:39 UTC (rev 
24979)
@@ -985,7 +985,7 @@
   {
     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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]