gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: start VPN helper also if on


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: start VPN helper also if only services are running
Date: Sat, 24 Jun 2017 00:08:53 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 7ff733480 start VPN helper also if only services are running
7ff733480 is described below

commit 7ff73348021ab84f2a3447c5c891f6b635a5ba00
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jun 24 00:06:42 2017 +0200

    start VPN helper also if only services are running
---
 src/exit/gnunet-daemon-exit.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index 2cd3441a1..c1000db6d 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -3852,7 +3852,8 @@ run (void *cls,
 
   /* Cadet handle acquired, now open ports and announce regular
      expressions matching our exit */
-  if ( (GNUNET_YES == ipv4_enabled) && (GNUNET_YES == ipv4_exit) )
+  if ( (GNUNET_YES == ipv4_enabled) &&
+       (GNUNET_YES == ipv4_exit) )
   {
     GNUNET_CRYPTO_hash (GNUNET_APPLICATION_PORT_IPV4_GATEWAY,
                         strlen (GNUNET_APPLICATION_PORT_IPV4_GATEWAY),
@@ -3931,7 +3932,7 @@ run (void *cls,
       GNUNET_free (prefixed_regex);
     }
   }
-  if ((ipv4_exit) || (ipv6_exit))
+  if ((ipv4_enabled) || (ipv6_enabled))
     helper_handle = GNUNET_HELPER_start (GNUNET_NO,
                                         "gnunet-helper-exit",
                                         exit_argv,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]