aboutsummaryrefslogtreecommitdiff
path: root/src/arm/gnunet-service-arm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/gnunet-service-arm.c')
-rw-r--r--src/arm/gnunet-service-arm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arm/gnunet-service-arm.c b/src/arm/gnunet-service-arm.c
index f7a59c5fb..a6dccf3de 100644
--- a/src/arm/gnunet-service-arm.c
+++ b/src/arm/gnunet-service-arm.c
@@ -510,7 +510,7 @@ get_server_addresses (const char *service_name,
510 if (GNUNET_YES == 510 if (GNUNET_YES ==
511 GNUNET_CONFIGURATION_get_value_yesno (cfg, 511 GNUNET_CONFIGURATION_get_value_yesno (cfg,
512 service_name, 512 service_name,
513 "AUTOSTART")) 513 "START_ON_DEMAND"))
514 LOG (GNUNET_ERROR_TYPE_ERROR, 514 LOG (GNUNET_ERROR_TYPE_ERROR,
515 _("Have neither PORT nor UNIXPATH for service `%s', but one is required\n"), 515 _("Have neither PORT nor UNIXPATH for service `%s', but one is required\n"),
516 service_name); 516 service_name);
@@ -2076,7 +2076,7 @@ setup_service (void *cls,
2076 if (GNUNET_YES != 2076 if (GNUNET_YES !=
2077 GNUNET_CONFIGURATION_get_value_yesno (cfg, 2077 GNUNET_CONFIGURATION_get_value_yesno (cfg,
2078 section, 2078 section,
2079 "AUTOSTART")) 2079 "START_ON_DEMAND"))
2080 return; 2080 return;
2081 } 2081 }
2082 if (0 >= (ret = get_server_addresses (section, 2082 if (0 >= (ret = get_server_addresses (section,