aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_local.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_local.c')
-rw-r--r--src/cadet/gnunet-service-cadet_local.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cadet/gnunet-service-cadet_local.c b/src/cadet/gnunet-service-cadet_local.c
index 9278ee25a..4066955d6 100644
--- a/src/cadet/gnunet-service-cadet_local.c
+++ b/src/cadet/gnunet-service-cadet_local.c
@@ -1160,6 +1160,8 @@ GML_shutdown (void)
1160{ 1160{
1161 struct CadetClient *c; 1161 struct CadetClient *c;
1162 1162
1163 LOG (GNUNET_ERROR_TYPE_DEBUG, "Shutting down local\n");
1164
1163 for (c = clients_head; NULL != clients_head; c = clients_head) 1165 for (c = clients_head; NULL != clients_head; c = clients_head)
1164 client_destroy (c); 1166 client_destroy (c);
1165 1167