gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r27176 - gnunet/src/transport
Date: Thu, 16 May 2013 15:26:42 +0200

Author: wachs
Date: 2013-05-16 15:26:41 +0200 (Thu, 16 May 2013)
New Revision: 27176

Modified:
   gnunet/src/transport/plugin_transport_udp_broadcasting.c
Log:
fix


Modified: gnunet/src/transport/plugin_transport_udp_broadcasting.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp_broadcasting.c    2013-05-16 
13:10:30 UTC (rev 27175)
+++ gnunet/src/transport/plugin_transport_udp_broadcasting.c    2013-05-16 
13:26:41 UTC (rev 27176)
@@ -435,7 +435,7 @@
   }
 
   plugin->broadcast_ipv6 = GNUNET_NO;
-  if ((GNUNET_YES == plugin->enable_ipv4) && (plugin->sockv6 != NULL))
+  if ((GNUNET_YES == plugin->enable_ipv6) && (plugin->sockv6 != NULL))
   {
     memset (&plugin->ipv6_multicast_address, 0, sizeof (struct sockaddr_in6));
     GNUNET_assert (1 ==




reply via email to

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