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_quota_compliance.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/test_core_quota_compliance.c') diff --git a/src/core/test_core_quota_compliance.c b/src/core/test_core_quota_compliance.c index 4dee958f2..dcc33288d 100644 --- a/src/core/test_core_quota_compliance.c +++ b/src/core/test_core_quota_compliance.c @@ -117,7 +117,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) @@ -480,7 +480,7 @@ init_notify (void *cls, GNUNET_assert (ok == 2); OKPP; /* connect p2 */ - p2.ch = GNUNET_CORE_connecT (p2.cfg, + p2.ch = GNUNET_CORE_connect (p2.cfg, &p2, &init_notify, &connect_notify, @@ -653,7 +653,7 @@ run (void *cls, "WAN_QUOTA_OUT", ¤t_quota_p2_out)); - p1.ch = GNUNET_CORE_connecT (p1.cfg, + p1.ch = GNUNET_CORE_connect (p1.cfg, &p1, &init_notify, &connect_notify, -- cgit v1.2.3