aboutsummaryrefslogtreecommitdiff
path: root/src/setup/gnunet-setup.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-26 13:17:53 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-26 13:17:53 +0000
commit784064b7644add21d199cab153fc5eed695ceb1b (patch)
tree509188a79dbf723a5a194323d14e8300e2cf2175 /src/setup/gnunet-setup.c
parent43970575fd2ad82f7d96e8e3976237aa6537cb5c (diff)
downloadgnunet-gtk-784064b7644add21d199cab153fc5eed695ceb1b.tar.gz
gnunet-gtk-784064b7644add21d199cab153fc5eed695ceb1b.zip
-clean up gns before gtk
Diffstat (limited to 'src/setup/gnunet-setup.c')
-rw-r--r--src/setup/gnunet-setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup/gnunet-setup.c b/src/setup/gnunet-setup.c
index f22a66fa..74c95412 100644
--- a/src/setup/gnunet-setup.c
+++ b/src/setup/gnunet-setup.c
@@ -316,9 +316,9 @@ cleanup_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
316 GNUNET_break (0); 316 GNUNET_break (0);
317 return; 317 return;
318 } 318 }
319 GNUNET_SETUP_gns_done ();
319 GNUNET_GTK_main_loop_quit (ml); 320 GNUNET_GTK_main_loop_quit (ml);
320 ml = NULL; 321 ml = NULL;
321 GNUNET_SETUP_gns_done ();
322 if (GNUNET_OK != write_configuration ()) 322 if (GNUNET_OK != write_configuration ())
323 gret = 1; 323 gret = 1;
324 cfg = NULL; 324 cfg = NULL;