From bf5f92d9429a556f68c950df7be3dc25907e0d6c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 10 Jan 2017 17:38:29 +0100 Subject: rename connecT -> connect now that the old API is dead --- src/core/test_core_api_reliability.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/test_core_api_reliability.c') diff --git a/src/core/test_core_api_reliability.c b/src/core/test_core_api_reliability.c index cd2bcad83..900c9f732 100644 --- a/src/core/test_core_api_reliability.c +++ b/src/core/test_core_api_reliability.c @@ -103,7 +103,7 @@ terminate_peer (struct PeerContext *p) { if (NULL != p->ch) { - GNUNET_CORE_disconnecT (p->ch); + GNUNET_CORE_disconnect (p->ch); p->ch = NULL; } if (NULL != p->ghh) @@ -341,7 +341,7 @@ init_notify (void *cls, OKPP; /* connect p2 */ GNUNET_assert (NULL != - (p2.ch = GNUNET_CORE_connecT (p2.cfg, + (p2.ch = GNUNET_CORE_connect (p2.cfg, &p2, &init_notify, &connect_notify, @@ -464,7 +464,7 @@ run (void *cls, NULL); GNUNET_assert (NULL != - (p1.ch = GNUNET_CORE_connecT (p1.cfg, + (p1.ch = GNUNET_CORE_connect (p1.cfg, &p1, &init_notify, &connect_notify, -- cgit v1.2.3