From ac3c4187299d8cba8453017fcec1292c00b697ee Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 24 Jun 2017 00:09:51 +0200 Subject: [PATCH] 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); } -- 2.25.1