aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist_learning.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-10 17:38:29 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-10 17:38:29 +0100
commitbf5f92d9429a556f68c950df7be3dc25907e0d6c (patch)
tree640b74c6a12a53ccac9925eb05b9e6d644d7e748 /src/hostlist/test_gnunet_daemon_hostlist_learning.c
parent06c0c503acd9d523d4d18eeac862222a744db2ab (diff)
downloadgnunet-bf5f92d9429a556f68c950df7be3dc25907e0d6c.tar.gz
gnunet-bf5f92d9429a556f68c950df7be3dc25907e0d6c.zip
rename connecT -> connect now that the old API is dead
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist_learning.c')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_learning.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_learning.c b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
index 48689e259..88ad22a1a 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_learning.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
@@ -125,12 +125,12 @@ shutdown_testcase ()
125 } 125 }
126 if (NULL != adv_peer.core) 126 if (NULL != adv_peer.core)
127 { 127 {
128 GNUNET_CORE_disconnecT (adv_peer.core); 128 GNUNET_CORE_disconnect (adv_peer.core);
129 adv_peer.core = NULL; 129 adv_peer.core = NULL;
130 } 130 }
131 if (NULL != learn_peer.core) 131 if (NULL != learn_peer.core)
132 { 132 {
133 GNUNET_CORE_disconnecT (learn_peer.core); 133 GNUNET_CORE_disconnect (learn_peer.core);
134 learn_peer.core = NULL; 134 learn_peer.core = NULL;
135 } 135 }
136 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 136 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
@@ -432,7 +432,7 @@ setup_learn_peer (struct PeerContext *p,
432 } 432 }
433 GNUNET_free (filename); 433 GNUNET_free (filename);
434 } 434 }
435 p->core = GNUNET_CORE_connecT (p->cfg, 435 p->core = GNUNET_CORE_connect (p->cfg,
436 NULL, 436 NULL,
437 NULL, 437 NULL,
438 NULL, 438 NULL,