gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: if (1) holds here, remove r


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: if (1) holds here, remove redundant if
Date: Sat, 24 Jun 2017 00:11:22 +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 ac3c41872 if (1) holds here, remove redundant if
ac3c41872 is described below

commit ac3c4187299d8cba8453017fcec1292c00b697ee
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jun 24 00:09:51 2017 +0200

    if (1) holds here, remove redundant if
---
 src/exit/gnunet-daemon-exit.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index c1000db6d..7196a1844 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -3932,12 +3932,12 @@ run (void *cls,
       GNUNET_free (prefixed_regex);
     }
   }
-  if ((ipv4_enabled) || (ipv6_enabled))
-    helper_handle = GNUNET_HELPER_start (GNUNET_NO,
-                                        "gnunet-helper-exit",
-                                        exit_argv,
-                                        &message_token,
-                                        NULL, NULL);
+  helper_handle = GNUNET_HELPER_start (GNUNET_NO,
+                                      "gnunet-helper-exit",
+                                      exit_argv,
+                                      &message_token,
+                                      NULL,
+                                      NULL);
 }
 
 

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



reply via email to

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