aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-17 13:22:38 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-17 13:22:38 +0000
commita3f34fcf56a7c973f50420bdd650f717ef6bf27a (patch)
tree48e8754fd4bd7d037e6eeb8d691389b326c5f431 /src/transport/plugin_transport_udp.c
parent5a6d7a9c5c625ae2308b966a88de824bec514a6b (diff)
downloadgnunet-a3f34fcf56a7c973f50420bdd650f717ef6bf27a.tar.gz
gnunet-a3f34fcf56a7c973f50420bdd650f717ef6bf27a.zip
IPv6 not available: second messsage is better
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index fb08e4349..663748277 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -2822,7 +2822,6 @@ setup_sockets (struct Plugin *plugin,
2822 plugin->sockv6 = GNUNET_NETWORK_socket_create (PF_INET6, SOCK_DGRAM, 0); 2822 plugin->sockv6 = GNUNET_NETWORK_socket_create (PF_INET6, SOCK_DGRAM, 0);
2823 if (NULL == plugin->sockv6) 2823 if (NULL == plugin->sockv6)
2824 { 2824 {
2825 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "socket");
2826 LOG (GNUNET_ERROR_TYPE_WARNING, "Disabling IPv6 since it is not supported on this system!\n"); 2825 LOG (GNUNET_ERROR_TYPE_WARNING, "Disabling IPv6 since it is not supported on this system!\n");
2827 plugin->enable_ipv6 = GNUNET_NO; 2826 plugin->enable_ipv6 = GNUNET_NO;
2828 } 2827 }