aboutsummaryrefslogtreecommitdiff
path: root/src/exit/gnunet-daemon-exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exit/gnunet-daemon-exit.c')
-rw-r--r--src/exit/gnunet-daemon-exit.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index 09576e393..a32cb3086 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -2502,7 +2502,7 @@ store_service (int proto,
2502 GNUNET_h2s (&cadet_port), 2502 GNUNET_h2s (&cadet_port),
2503 name, 2503 name,
2504 (unsigned int) destination_port); 2504 (unsigned int) destination_port);
2505 service->port = GNUNET_CADET_open_porT (cadet_handle, 2505 service->port = GNUNET_CADET_open_port (cadet_handle,
2506 &cadet_port, 2506 &cadet_port,
2507 &new_service_channel, 2507 &new_service_channel,
2508 service, 2508 service,
@@ -3579,7 +3579,7 @@ advertise_dns_exit ()
3579 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 3579 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
3580 "Opening CADET port %s for DNS exit service\n", 3580 "Opening CADET port %s for DNS exit service\n",
3581 GNUNET_h2s (&port)); 3581 GNUNET_h2s (&port));
3582 dns_port = GNUNET_CADET_open_porT (cadet_handle, 3582 dns_port = GNUNET_CADET_open_port (cadet_handle,
3583 &port, 3583 &port,
3584 &new_channel, 3584 &new_channel,
3585 NULL, 3585 NULL,
@@ -3829,7 +3829,7 @@ run (void *cls,
3829 NULL); 3829 NULL);
3830 stats = GNUNET_STATISTICS_create ("exit", 3830 stats = GNUNET_STATISTICS_create ("exit",
3831 cfg); 3831 cfg);
3832 cadet_handle = GNUNET_CADET_connecT (cfg); 3832 cadet_handle = GNUNET_CADET_connect (cfg);
3833 if (NULL == cadet_handle) 3833 if (NULL == cadet_handle)
3834 { 3834 {
3835 GNUNET_SCHEDULER_shutdown (); 3835 GNUNET_SCHEDULER_shutdown ();
@@ -3862,7 +3862,7 @@ run (void *cls,
3862 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 3862 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
3863 "Opening CADET port %s for IPv4 gateway service\n", 3863 "Opening CADET port %s for IPv4 gateway service\n",
3864 GNUNET_h2s (&port)); 3864 GNUNET_h2s (&port));
3865 cadet_port4 = GNUNET_CADET_open_porT (cadet_handle, 3865 cadet_port4 = GNUNET_CADET_open_port (cadet_handle,
3866 &port, 3866 &port,
3867 &new_channel, 3867 &new_channel,
3868 NULL, 3868 NULL,
@@ -3902,7 +3902,7 @@ run (void *cls,
3902 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 3902 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
3903 "Opening CADET port %s for IPv6 gateway service\n", 3903 "Opening CADET port %s for IPv6 gateway service\n",
3904 GNUNET_h2s (&port)); 3904 GNUNET_h2s (&port));
3905 cadet_port6 = GNUNET_CADET_open_porT (cadet_handle, 3905 cadet_port6 = GNUNET_CADET_open_port (cadet_handle,
3906 &port, 3906 &port,
3907 &new_channel, 3907 &new_channel,
3908 NULL, 3908 NULL,