aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats-tests/ats-testing.c')
-rw-r--r--src/ats-tests/ats-testing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats-tests/ats-testing.c b/src/ats-tests/ats-testing.c
index 5c2f96e5d..9f0519fa3 100644
--- a/src/ats-tests/ats-testing.c
+++ b/src/ats-tests/ats-testing.c
@@ -422,7 +422,7 @@ core_disconnect_adapter (void *cls,
422{ 422{
423 struct BenchmarkPeer *me = cls; 423 struct BenchmarkPeer *me = cls;
424 424
425 GNUNET_CORE_disconnect (me->ch); 425 GNUNET_CORE_disconnecT (me->ch);
426 me->ch = NULL; 426 me->ch = NULL;
427} 427}
428 428