aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/gnunet-service-rps.c')
-rw-r--r--src/rps/gnunet-service-rps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index 443b50215..4a2f96123 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -2349,12 +2349,12 @@ run (void *cls,
2349 2349
2350 2350
2351 /* Initialise cadet */ 2351 /* Initialise cadet */
2352 cadet_handle = GNUNET_CADET_connecT (cfg); 2352 cadet_handle = GNUNET_CADET_connect (cfg);
2353 GNUNET_assert (NULL != cadet_handle); 2353 GNUNET_assert (NULL != cadet_handle);
2354 GNUNET_CRYPTO_hash (GNUNET_APPLICATION_PORT_RPS, 2354 GNUNET_CRYPTO_hash (GNUNET_APPLICATION_PORT_RPS,
2355 strlen (GNUNET_APPLICATION_PORT_RPS), 2355 strlen (GNUNET_APPLICATION_PORT_RPS),
2356 &port); 2356 &port);
2357 cadet_port = GNUNET_CADET_open_porT (cadet_handle, 2357 cadet_port = GNUNET_CADET_open_port (cadet_handle,
2358 &port, 2358 &port,
2359 &Peers_handle_inbound_channel, /* Connect handler */ 2359 &Peers_handle_inbound_channel, /* Connect handler */
2360 NULL, /* cls */ 2360 NULL, /* cls */