X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fcadet%2Fcadet_test_lib.c;h=1df6bff0dfdee7655318d3ed36e68c6a6f203653;hb=e4186e9327787fe463ab4571186672888df09e39;hp=b2131d49f7b9265186b1b44f003ffaa1b2b6d5db;hpb=397cce0bbb93918898851ba0b2021a56caf90552;p=oweals%2Fgnunet.git diff --git a/src/cadet/cadet_test_lib.c b/src/cadet/cadet_test_lib.c index b2131d49f..1df6bff0d 100644 --- a/src/cadet/cadet_test_lib.c +++ b/src/cadet/cadet_test_lib.c @@ -137,14 +137,14 @@ cadet_connect_adapter (void *cls, struct GNUNET_CADET_Handle *h; unsigned int i; - h = GNUNET_CADET_connecT (cfg); + h = GNUNET_CADET_connect (cfg); if (NULL == ctx->ports) return h; actx->ports = GNUNET_new_array (ctx->port_count, struct GNUNET_CADET_Port *); for (i = 0; i < ctx->port_count; i++) { - actx->ports[i] = GNUNET_CADET_open_porT (h, + actx->ports[i] = GNUNET_CADET_open_port (h, ctx->ports[i], ctx->connects, (void *) (long) actx->peer,