aboutsummaryrefslogtreecommitdiff
path: root/src/util/service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/service.c')
-rw-r--r--src/util/service.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/service.c b/src/util/service.c
index 2c84e91f4..75161f71f 100644
--- a/src/util/service.c
+++ b/src/util/service.c
@@ -799,7 +799,8 @@ setup_service (struct GNUNET_SERVICE_Context *sctx)
799 { 799 {
800 if (GNUNET_SYSERR == 800 if (GNUNET_SYSERR ==
801 (disablev6 = GNUNET_CONFIGURATION_get_value_yesno (sctx->cfg, 801 (disablev6 = GNUNET_CONFIGURATION_get_value_yesno (sctx->cfg,
802 sctx->serviceName, 802 sctx->
803 serviceName,
803 "DISABLEV6"))) 804 "DISABLEV6")))
804 return GNUNET_SYSERR; 805 return GNUNET_SYSERR;
805 } 806 }