aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps_peers.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-13 01:46:55 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-13 01:46:55 +0100
commite4186e9327787fe463ab4571186672888df09e39 (patch)
tree83aee49d170aee9a7c5bc4facc712081b547adbc /src/rps/gnunet-service-rps_peers.c
parent91abbcffa03d4f87d4c899ec396c9213e9dc6e18 (diff)
downloadgnunet-e4186e9327787fe463ab4571186672888df09e39.tar.gz
gnunet-e4186e9327787fe463ab4571186672888df09e39.zip
renaming CADET APIs to match naming conventions again, now that the old symbols have been purged
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,