aboutsummaryrefslogtreecommitdiff
path: root/src/util/program.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/program.c')
-rw-r--r--src/util/program.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/program.c b/src/util/program.c
index 630ec6205..5ad069edd 100644
--- a/src/util/program.c
+++ b/src/util/program.c
@@ -318,8 +318,7 @@ GNUNET_PROGRAM_run2 (int argc,
318 specified in the configuration, remember the command-line option 318 specified in the configuration, remember the command-line option
319 in "cfg". This is typically really only having an effect if we 319 in "cfg". This is typically really only having an effect if we
320 are running code in src/arm/, as obviously the rest of the code 320 are running code in src/arm/, as obviously the rest of the code
321 has little business with ARM-specific options. */ 321 has little business with ARM-specific options. */if (GNUNET_YES != GNUNET_CONFIGURATION_have_value (cfg, "arm", "CONFIG"))
322 if (GNUNET_YES != GNUNET_CONFIGURATION_have_value (cfg, "arm", "CONFIG"))
323 { 322 {
324 if (NULL != cc.cfgfile) 323 if (NULL != cc.cfgfile)
325 GNUNET_CONFIGURATION_set_value_string (cfg, "arm", "CONFIG", cc.cfgfile); 324 GNUNET_CONFIGURATION_set_value_string (cfg, "arm", "CONFIG", cc.cfgfile);