gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r21340 - gnunet/src/transport
Date: Tue, 8 May 2012 14:30:28 +0200

Author: wachs
Date: 2012-05-08 14:30:28 +0200 (Tue, 08 May 2012)
New Revision: 21340

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


Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2012-05-08 12:02:49 UTC (rev 
21339)
+++ gnunet/src/transport/plugin_transport_udp.c 2012-05-08 12:30:28 UTC (rev 
21340)
@@ -2229,11 +2229,12 @@
     return NULL;
   }
 
-  LOG (GNUNET_ERROR_TYPE_DEBUG, "Starting broadcasting\n");
   if (broadcast == GNUNET_YES)
+  {
+    LOG (GNUNET_ERROR_TYPE_DEBUG, "Starting broadcasting\n");
     setup_broadcast (plugin, &serverAddrv6, &serverAddrv4);
+  }
 
-
   GNUNET_free_non_null (bind4_address);
   GNUNET_free_non_null (bind6_address);
   return api;




reply via email to

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