eh, logic exactly wrong way round...
authorChristian Grothoff <christian@grothoff.org>
Sat, 16 Jun 2018 08:41:32 +0000 (10:41 +0200)
committerChristian Grothoff <christian@grothoff.org>
Sat, 16 Jun 2018 08:41:32 +0000 (10:41 +0200)
src/arm/gnunet-service-arm.c

index f7f51b31d9bc7b6334112b9f45ea9372a2abc374..b56c9c0a8e9c9d54cef6e20926a38ee3ca6186b1 100644 (file)
@@ -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);