aboutsummaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/gnunet-service-arm.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/arm/gnunet-service-arm.c b/src/arm/gnunet-service-arm.c
index f60a92a92..0ccffa27b 100644
--- a/src/arm/gnunet-service-arm.c
+++ b/src/arm/gnunet-service-arm.c
@@ -502,11 +502,11 @@ start_process (struct ServiceList *sl,
502 502
503 is_simple_service = GNUNET_NO; 503 is_simple_service = GNUNET_NO;
504 if ( (GNUNET_OK == 504 if ( (GNUNET_OK ==
505 GNUNET_CONFIGURATION_get_value_choice (cfg, 505 GNUNET_CONFIGURATION_get_value_choice (cfg,
506 sl->name, 506 sl->name,
507 "TYPE", 507 "TYPE",
508 choices, 508 choices,
509 &service_type)) && 509 &service_type)) &&
510 (0 == strcasecmp (service_type, "SIMPLE")) ) 510 (0 == strcasecmp (service_type, "SIMPLE")) )
511 is_simple_service = GNUNET_YES; 511 is_simple_service = GNUNET_YES;
512 } 512 }