- add underlay api implementation
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh.c
index 214fc90fc288b8f51301d44b79cbfd67955263e9..1f8a58b604a26c4d2ed23d7be0eda5f7bec6343f 100644 (file)
@@ -100,9 +100,9 @@ shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 
   GML_shutdown ();
   GMD_shutdown ();
-  GMP_shutdown ();
   GMC_shutdown ();
   GMT_shutdown ();
+  GMP_shutdown ();
 
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "shut down\n");
 }