aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/gnunet-service-mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index 33cb92fd3..c5f0bbc0a 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -8586,7 +8586,7 @@ shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
8586 } 8586 }
8587 if (GNUNET_SCHEDULER_NO_TASK != announce_applications_task) 8587 if (GNUNET_SCHEDULER_NO_TASK != announce_applications_task)
8588 { 8588 {
8589 GNUNET_SCHDULER_cancel (announce_applications_task); 8589 GNUNET_SCHEDULER_cancel (announce_applications_task);
8590 announce_applications_task = GNUNET_SCHEDULER_NO_TASK; 8590 announce_applications_task = GNUNET_SCHEDULER_NO_TASK;
8591 } 8591 }
8592 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "shut down\n"); 8592 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "shut down\n");