-fix shutdown order
authorChristian Grothoff <christian@grothoff.org>
Sun, 8 Feb 2015 23:17:43 +0000 (23:17 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 8 Feb 2015 23:17:43 +0000 (23:17 +0000)
src/ats/gnunet-service-ats.c

index ea8bb45ad0296e8160be5864106294f5671496b1..d345a6b8aef5b487030f0c87b211e8bcac7b6f80 100644 (file)
@@ -125,8 +125,8 @@ static void
 cleanup_task (void *cls,
               const struct GNUNET_SCHEDULER_TaskContext *tc)
 {
-  GAS_addresses_done ();
   GAS_connectivity_done ();
+  GAS_addresses_done ();
   GAS_plugin_done ();
   GAS_normalization_stop ();
   GAS_scheduling_done ();