From: Christian Grothoff Date: Sat, 16 Jun 2018 08:41:32 +0000 (+0200) Subject: eh, logic exactly wrong way round... X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=669af62e83e8c84e22766f77fa0df23a58dbcf64;p=oweals%2Fgnunet.git eh, logic exactly wrong way round... --- diff --git a/src/arm/gnunet-service-arm.c b/src/arm/gnunet-service-arm.c index f7f51b31d..b56c9c0a8 100644 --- a/src/arm/gnunet-service-arm.c +++ b/src/arm/gnunet-service-arm.c @@ -502,10 +502,10 @@ get_server_addresses (const char *service_name, if ( (0 == port) && (NULL == unixpath) ) { - if (GNUNET_YES != - GNUNET_CONFIGURATION_get_value_yesno (cfg, - service_name, - "AUTOSTART")) + if (GNUNET_YES == + GNUNET_CONFIGURATION_get_value_yesno (cfg, + service_name, + "AUTOSTART")) LOG (GNUNET_ERROR_TYPE_ERROR, _("Have neither PORT nor UNIXPATH for service `%s', but one is required\n"), service_name);