aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-30 23:57:27 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-30 23:57:27 +0000
commit2e6182b575ae98c87d216b107a640eb1c15578c9 (patch)
treedca23e86ab336fea194b52f5ce532b022bcde745 /src/ats-tests/ats-testing.c
parent46efc8e8412f01166744d00f6008338a811e9d99 (diff)
downloadgnunet-2e6182b575ae98c87d216b107a640eb1c15578c9.tar.gz
gnunet-2e6182b575ae98c87d216b107a640eb1c15578c9.zip
re-enable core tests now that CORE_connecT API is implemented
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