aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-daemon-testbed-blacklist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-daemon-testbed-blacklist.c')
-rw-r--r--src/testbed/gnunet-daemon-testbed-blacklist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testbed/gnunet-daemon-testbed-blacklist.c b/src/testbed/gnunet-daemon-testbed-blacklist.c
index ed1c061a0..0e0c7ebd5 100644
--- a/src/testbed/gnunet-daemon-testbed-blacklist.c
+++ b/src/testbed/gnunet-daemon-testbed-blacklist.c
@@ -121,10 +121,9 @@ cleanup_map ()
121 * Shutdown task to cleanup our resources and exit. 121 * Shutdown task to cleanup our resources and exit.
122 * 122 *
123 * @param cls NULL 123 * @param cls NULL
124 * @param tc scheduler task context
125 */ 124 */
126static void 125static void
127do_shutdown (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 126do_shutdown (void *cls)
128{ 127{
129 cleanup_map (); 128 cleanup_map ();
130 if (NULL != bh) 129 if (NULL != bh)