aboutsummaryrefslogtreecommitdiff
path: root/src/setup/gnunet-setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/gnunet-setup.c')
-rw-r--r--src/setup/gnunet-setup.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/setup/gnunet-setup.c b/src/setup/gnunet-setup.c
index 74c95412..5995d2f2 100644
--- a/src/setup/gnunet-setup.c
+++ b/src/setup/gnunet-setup.c
@@ -360,7 +360,9 @@ GNUNET_SETUP_restart_namestore (void *cls,
360 namestore = NULL; 360 namestore = NULL;
361 } 361 }
362 namestore = 362 namestore =
363 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-namestore", 363 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_ALL,
364 NULL, NULL,
365 "gnunet-service-namestore",
364 "gnunet-service-namestore", NULL); 366 "gnunet-service-namestore", NULL);
365 GNUNET_SETUP_gns_init (); 367 GNUNET_SETUP_gns_init ();
366} 368}
@@ -400,10 +402,14 @@ run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
400 (void) GNUNET_CONFIGURATION_load (cfg, cfgName); 402 (void) GNUNET_CONFIGURATION_load (cfg, cfgName);
401 main_window = GTK_WIDGET (GNUNET_SETUP_get_object ("GNUNET_setup_dialog")); 403 main_window = GTK_WIDGET (GNUNET_SETUP_get_object ("GNUNET_setup_dialog"));
402 resolver = 404 resolver =
403 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-resolver", 405 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_ALL,
406 NULL,NULL,
407 "gnunet-service-resolver",
404 "gnunet-service-resolver", NULL); 408 "gnunet-service-resolver", NULL);
405 namestore = 409 namestore =
406 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-namestore", 410 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_ALL,
411 NULL, NULL,
412 "gnunet-service-namestore",
407 "gnunet-service-namestore", NULL); 413 "gnunet-service-namestore", NULL);
408 load_options (); 414 load_options ();
409 GNUNET_SETUP_gns_init (); 415 GNUNET_SETUP_gns_init ();