gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r19806 - gnunet/src/transport
Date: Tue, 14 Feb 2012 13:21:59 +0100

Author: wachs
Date: 2012-02-14 13:21:59 +0100 (Tue, 14 Feb 2012)
New Revision: 19806

Modified:
   gnunet/src/transport/plugin_transport_udp.c
Log:
- nicer error msg


Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2012-02-14 11:43:25 UTC (rev 
19805)
+++ gnunet/src/transport/plugin_transport_udp.c 2012-02-14 12:21:59 UTC (rev 
19806)
@@ -1639,7 +1639,8 @@
     plugin->sockv6 = GNUNET_NETWORK_socket_create (PF_INET6, SOCK_DGRAM, 0);
     if (NULL == plugin->sockv6)
     {
-      GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "socket");
+      GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "Disabling IPv6 since it is not 
supported on this system!");
+      plugin->enable_ipv6 = GNUNET_NO;
     }
     else
     {




reply via email to

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