do not end the helper if no v6-address could be set
authorPhilipp Tölke <toelke@in.tum.de>
Wed, 26 Oct 2011 11:25:18 +0000 (11:25 +0000)
committerPhilipp Tölke <toelke@in.tum.de>
Wed, 26 Oct 2011 11:25:18 +0000 (11:25 +0000)
src/vpn/gnunet-helper-vpn.c

index c846c48ffac0e2e0707ee3b53904be7483cc87b1..d693388a320ae0714e31a913cf80437b2b07d923 100644 (file)
@@ -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);
   }
 
   /*