aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/gnunet-service-rps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index c5530a1eb..bbfdba3ac 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -1015,7 +1015,6 @@ get_channel (struct PeerContext *peer_ctx)
1015 peer_ctx->send_channel_ctx, /* context */ 1015 peer_ctx->send_channel_ctx, /* context */
1016 &peer_ctx->peer_id, 1016 &peer_ctx->peer_id,
1017 &peer_ctx->sub->hash, 1017 &peer_ctx->sub->hash,
1018 GNUNET_CADET_OPTION_RELIABLE,
1019 NULL, /* WindowSize handler */ 1018 NULL, /* WindowSize handler */
1020 &cleanup_destroyed_channel, /* Disconnect handler */ 1019 &cleanup_destroyed_channel, /* Disconnect handler */
1021 cadet_handlers); 1020 cadet_handlers);