From: Christian Grothoff Date: Fri, 23 Jun 2017 22:09:51 +0000 (+0200) Subject: if (1) holds here, remove redundant if X-Git-Tag: gnunet-0.11.0rc0~217 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ac3c4187299d8cba8453017fcec1292c00b697ee;p=oweals%2Fgnunet.git if (1) holds here, remove redundant if --- 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); }