removed last use of old api
authort3sserakt <t3ss@posteo.de>
Sat, 20 Jul 2019 20:31:54 +0000 (22:31 +0200)
committert3sserakt <t3ss@posteo.de>
Sat, 20 Jul 2019 20:31:54 +0000 (22:31 +0200)
src/rps/gnunet-service-rps.c

index c5530a1eb8b02e6ac399845222ccc46b481d6baf..bbfdba3ac80c4914ad7947817fffd5be4161daa1 100644 (file)
@@ -1015,7 +1015,6 @@ get_channel (struct PeerContext *peer_ctx)
                                    peer_ctx->send_channel_ctx, /* context */
                                    &peer_ctx->peer_id,
                                    &peer_ctx->sub->hash,
-                                   GNUNET_CADET_OPTION_RELIABLE,
                                    NULL, /* WindowSize handler */
                                    &cleanup_destroyed_channel, /* Disconnect handler */
                                    cadet_handlers);