aboutsummaryrefslogtreecommitdiff
path: root/src/arm/gnunet-service-arm.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-06-16 10:41:32 +0200
committerChristian Grothoff <christian@grothoff.org>2018-06-16 10:41:32 +0200
commit669af62e83e8c84e22766f77fa0df23a58dbcf64 (patch)
treee9effaf6c8de4d1fffa440ba02c4b514018ac8d0 /src/arm/gnunet-service-arm.c
parent50c2b2a28aba97efbbd51658f18afda6d6ff7faa (diff)
downloadgnunet-669af62e83e8c84e22766f77fa0df23a58dbcf64.tar.gz
gnunet-669af62e83e8c84e22766f77fa0df23a58dbcf64.zip
eh, logic exactly wrong way round...
Diffstat (limited to 'src/arm/gnunet-service-arm.c')
-rw-r--r--src/arm/gnunet-service-arm.c8
1 files 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,
502 if ( (0 == port) && 502 if ( (0 == port) &&
503 (NULL == unixpath) ) 503 (NULL == unixpath) )
504 { 504 {
505 if (GNUNET_YES != 505 if (GNUNET_YES ==
506 GNUNET_CONFIGURATION_get_value_yesno (cfg, 506 GNUNET_CONFIGURATION_get_value_yesno (cfg,
507 service_name, 507 service_name,
508 "AUTOSTART")) 508 "AUTOSTART"))
509 LOG (GNUNET_ERROR_TYPE_ERROR, 509 LOG (GNUNET_ERROR_TYPE_ERROR,
510 _("Have neither PORT nor UNIXPATH for service `%s', but one is required\n"), 510 _("Have neither PORT nor UNIXPATH for service `%s', but one is required\n"),
511 service_name); 511 service_name);