aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index 616528b5d..42077f3a3 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -357,7 +357,7 @@ reconnect_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
357 * @return GNUNET_YES (continue) 357 * @return GNUNET_YES (continue)
358 */ 358 */
359static int 359static int
360disconnect_and_free_peer_entry (void *cls, const GNUNET_HashCode * key, 360disconnect_and_free_peer_entry (void *cls, const struct GNUNET_HashCode * key,
361 void *value) 361 void *value)
362{ 362{
363 struct GNUNET_CORE_Handle *h = cls; 363 struct GNUNET_CORE_Handle *h = cls;