aboutsummaryrefslogtreecommitdiff
path: root/src/exit/gnunet-helper-exit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-30 21:21:49 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-30 21:21:49 +0000
commit77c03065a39f869a188b4e2e8cd6a88dc7a02fc8 (patch)
treecdce3e214df170eaa8106459a44fc2a82b70a629 /src/exit/gnunet-helper-exit.c
parent84dc557dc24e981d8c9a85b1bb087a4d803225a4 (diff)
downloadgnunet-77c03065a39f869a188b4e2e8cd6a88dc7a02fc8.tar.gz
gnunet-77c03065a39f869a188b4e2e8cd6a88dc7a02fc8.zip
-also run if system does not support IPv4 or IPv6 at all - #2123
Diffstat (limited to 'src/exit/gnunet-helper-exit.c')
-rw-r--r--src/exit/gnunet-helper-exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exit/gnunet-helper-exit.c b/src/exit/gnunet-helper-exit.c
index 518bebfc4..573bb7a50 100644
--- a/src/exit/gnunet-helper-exit.c
+++ b/src/exit/gnunet-helper-exit.c
@@ -226,7 +226,7 @@ set_address6 (const char *dev, const char *address, unsigned long prefix_len)
226 226
227 if (-1 == (fd = socket (PF_INET6, SOCK_DGRAM, 0))) 227 if (-1 == (fd = socket (PF_INET6, SOCK_DGRAM, 0)))
228 { 228 {
229 fprintf (stderr, "Error creating socket: %s\n", strerror (errno)); 229 fprintf (stderr, "Error creating socket: %s\n", strerror (errno));
230 exit (1); 230 exit (1);
231 } 231 }
232 232