gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r24501 - gnunet/src/transport
Date: Wed, 24 Oct 2012 14:27:44 +0200

Author: wachs
Date: 2012-10-24 14:27:44 +0200 (Wed, 24 Oct 2012)
New Revision: 24501

Modified:
   gnunet/src/transport/plugin_transport_udp.c
Log:
- coverity


Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2012-10-24 09:26:44 UTC (rev 
24500)
+++ gnunet/src/transport/plugin_transport_udp.c 2012-10-24 12:27:44 UTC (rev 
24501)
@@ -2256,6 +2256,11 @@
         udpw = plugin->ipv4_queue_head;
       if (sock == plugin->sockv6)
         udpw = plugin->ipv6_queue_head;
+      else
+      {
+        GNUNET_break (0); /* should never happen */
+        updw = NULL;
+      }
       GNUNET_STATISTICS_update (plugin->env->stats,
                                 "# messages dismissed due to timeout",
                                 1, GNUNET_NO);




reply via email to

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