From: Philipp Tölke Date: Wed, 26 Oct 2011 11:25:18 +0000 (+0000) Subject: do not end the helper if no v6-address could be set X-Git-Tag: initial-import-from-subversion-38251~16231 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9c14b87286ed7994e38bc422efb01989adbac5ae;p=oweals%2Fgnunet.git do not end the helper if no v6-address could be set --- diff --git a/src/vpn/gnunet-helper-vpn.c b/src/vpn/gnunet-helper-vpn.c index c846c48ff..d693388a3 100644 --- a/src/vpn/gnunet-helper-vpn.c +++ b/src/vpn/gnunet-helper-vpn.c @@ -166,7 +166,6 @@ set_address6 (const char *dev, const char *address, unsigned long prefix_len) { fprintf (stderr, "ioctl failed at line %d: %s\n", __LINE__, strerror (errno)); - exit (1); } /*