aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_connection.c')
-rw-r--r--src/cadet/gnunet-service-cadet_connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cadet/gnunet-service-cadet_connection.c b/src/cadet/gnunet-service-cadet_connection.c
index 8c25a46b7..2eefceafd 100644
--- a/src/cadet/gnunet-service-cadet_connection.c
+++ b/src/cadet/gnunet-service-cadet_connection.c
@@ -2964,6 +2964,7 @@ shutdown_iterator (void *cls,
2964void 2964void
2965GCC_shutdown (void) 2965GCC_shutdown (void)
2966{ 2966{
2967 LOG (GNUNET_ERROR_TYPE_DEBUG, "Shutting down connections\n");
2967 GCC_check_connections (); 2968 GCC_check_connections ();
2968 GNUNET_CONTAINER_multihashmap_iterate (connections, 2969 GNUNET_CONTAINER_multihashmap_iterate (connections,
2969 &shutdown_iterator, 2970 &shutdown_iterator,