gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: eh, logic exactly wrong way


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: eh, logic exactly wrong way round...
Date: Sat, 16 Jun 2018 10:41:35 +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 669af62e8 eh, logic exactly wrong way round...
669af62e8 is described below

commit 669af62e83e8c84e22766f77fa0df23a58dbcf64
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jun 16 10:41:32 2018 +0200

    eh, logic exactly wrong way round...
---
 src/arm/gnunet-service-arm.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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);

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



reply via email to

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