projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae039fd
)
- nicer error msg
author
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 14 Feb 2012 12:21:59 +0000
(12:21 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 14 Feb 2012 12:21:59 +0000
(12:21 +0000)
src/transport/plugin_transport_udp.c
patch
|
blob
|
history
diff --git
a/src/transport/plugin_transport_udp.c
b/src/transport/plugin_transport_udp.c
index d3352b346e88c6870ead13833147446e021b8bc2..c5b74b2cb803822624e0225b5879d83da168a712 100644
(file)
--- a/
src/transport/plugin_transport_udp.c
+++ b/
src/transport/plugin_transport_udp.c
@@
-1639,7
+1639,8
@@
setup_sockets (struct Plugin *plugin, struct sockaddr_in6 *serverAddrv6, struct
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
{