aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps_peers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/gnunet-service-rps_peers.c')
-rw-r--r--src/rps/gnunet-service-rps_peers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/gnunet-service-rps_peers.c b/src/rps/gnunet-service-rps_peers.c
index 698c1528e..58aa84ccf 100644
--- a/src/rps/gnunet-service-rps_peers.c
+++ b/src/rps/gnunet-service-rps_peers.c
@@ -533,7 +533,7 @@ get_channel (const struct GNUNET_PeerIdentity *peer)
533 strlen (GNUNET_APPLICATION_PORT_RPS), 533 strlen (GNUNET_APPLICATION_PORT_RPS),
534 &port); 534 &port);
535 peer_ctx->send_channel = 535 peer_ctx->send_channel =
536 GNUNET_CADET_channel_creatE (cadet_handle, 536 GNUNET_CADET_channel_create (cadet_handle,
537 (struct GNUNET_PeerIdentity *) peer, /* context */ 537 (struct GNUNET_PeerIdentity *) peer, /* context */
538 peer, 538 peer,
539 &port, 539 &port,