aboutsummaryrefslogtreecommitdiff
path: root/src/exit/gnunet-helper-exit.c
diff options
context:
space:
mode:
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