aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 165455856..29c4c8c1d 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -2442,7 +2442,7 @@ libgnunet_plugin_transport_udp_done (void *cls)
2442 /* Join the multicast address */ 2442 /* Join the multicast address */
2443 if (GNUNET_NETWORK_socket_setsockopt 2443 if (GNUNET_NETWORK_socket_setsockopt
2444 (plugin->sockv6, IPPROTO_IPV6, IPV6_LEAVE_GROUP, 2444 (plugin->sockv6, IPPROTO_IPV6, IPV6_LEAVE_GROUP,
2445 (char *) &multicastRequest, sizeof (multicastRequest)) == 0) 2445 (char *) &multicastRequest, sizeof (multicastRequest)) == GNUNET_OK)
2446 { 2446 {
2447 LOG (GNUNET_ERROR_TYPE_DEBUG, "IPv6 Broadcasting stopped\n"); 2447 LOG (GNUNET_ERROR_TYPE_DEBUG, "IPv6 Broadcasting stopped\n");
2448 } 2448 }