aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_test_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/cadet_test_lib.c')
-rw-r--r--src/cadet/cadet_test_lib.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cadet/cadet_test_lib.c b/src/cadet/cadet_test_lib.c
index ce348018f..cd9e47b0b 100644
--- a/src/cadet/cadet_test_lib.c
+++ b/src/cadet/cadet_test_lib.c
@@ -122,10 +122,8 @@ cadet_connect_adapter (void *cls,
122 122
123 h = GNUNET_CADET_connect (cfg, 123 h = GNUNET_CADET_connect (cfg,
124 (void *) (long) actx->peer, 124 (void *) (long) actx->peer,
125 ctx->new_channel,
126 ctx->cleaner, 125 ctx->cleaner,
127 ctx->handlers, 126 ctx->handlers);
128 ctx->ports);
129 return h; 127 return h;
130} 128}
131 129