aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-28 07:45:20 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-28 07:45:20 +0000
commit0403229a722b139b080ffa226854ab1490bdab7c (patch)
treedb46e358a4dfb1ec025e5f3e769c9a7a5616bb38
parent208ef7f967c47f187f4515cb2f1e43a4875e056f (diff)
downloadgnunet-gtk-0403229a722b139b080ffa226854ab1490bdab7c.tar.gz
gnunet-gtk-0403229a722b139b080ffa226854ab1490bdab7c.zip
-fix
-rw-r--r--src/setup/gnunet-setup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/setup/gnunet-setup.c b/src/setup/gnunet-setup.c
index a9a23435..f36ec7d4 100644
--- a/src/setup/gnunet-setup.c
+++ b/src/setup/gnunet-setup.c
@@ -448,11 +448,11 @@ run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
448 main_window = GTK_WIDGET (GNUNET_SETUP_get_object ("GNUNET_setup_dialog")); 448 main_window = GTK_WIDGET (GNUNET_SETUP_get_object ("GNUNET_setup_dialog"));
449 GNUNET_CLIENT_service_test ("resolver", 449 GNUNET_CLIENT_service_test ("resolver",
450 cfg, 450 cfg,
451 GNUNET_CONSTANTS_SERVICE_RETRY, 451 GNUNET_CONSTANTS_SERVICE_TIMEOUT,
452 &start_resolver, NULL); 452 &start_resolver, NULL);
453 GNUNET_CLIENT_service_test ("resolver", 453 GNUNET_CLIENT_service_test ("namestore",
454 cfg, 454 cfg,
455 GNUNET_CONSTANTS_SERVICE_RETRY, 455 GNUNET_CONSTANTS_SERVICE_TIMEOUT,
456 &start_namestore, NULL); 456 &start_namestore, NULL);
457 load_options (); 457 load_options ();
458 GNUNET_SETUP_gns_init (); 458 GNUNET_SETUP_gns_init ();