aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/gnunet-service-set.c')
-rw-r--r--src/set/gnunet-service-set.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/set/gnunet-service-set.c b/src/set/gnunet-service-set.c
index 752253411..12af653c1 100644
--- a/src/set/gnunet-service-set.c
+++ b/src/set/gnunet-service-set.c
@@ -1305,7 +1305,7 @@ handle_client_listen (void *cls,
1305 listener->operation, 1305 listener->operation,
1306 GNUNET_h2s (&listener->app_id)); 1306 GNUNET_h2s (&listener->app_id));
1307 listener->open_port 1307 listener->open_port
1308 = GNUNET_CADET_open_porT (cadet, 1308 = GNUNET_CADET_open_port (cadet,
1309 &msg->app_id, 1309 &msg->app_id,
1310 &channel_new_cb, 1310 &channel_new_cb,
1311 listener, 1311 listener,
@@ -1568,7 +1568,7 @@ handle_client_evaluate (void *cls,
1568 "Creating new CADET channel to port %s for set operation type %u\n", 1568 "Creating new CADET channel to port %s for set operation type %u\n",
1569 GNUNET_h2s (&msg->app_id), 1569 GNUNET_h2s (&msg->app_id),
1570 set->operation); 1570 set->operation);
1571 op->channel = GNUNET_CADET_channel_creatE (cadet, 1571 op->channel = GNUNET_CADET_channel_create (cadet,
1572 op, 1572 op,
1573 &msg->target_peer, 1573 &msg->target_peer,
1574 &msg->app_id, 1574 &msg->app_id,
@@ -1941,7 +1941,7 @@ run (void *cls,
1941 NULL); 1941 NULL);
1942 _GSS_statistics = GNUNET_STATISTICS_create ("set", 1942 _GSS_statistics = GNUNET_STATISTICS_create ("set",
1943 cfg); 1943 cfg);
1944 cadet = GNUNET_CADET_connecT (cfg); 1944 cadet = GNUNET_CADET_connect (cfg);
1945 if (NULL == cadet) 1945 if (NULL == cadet)
1946 { 1946 {
1947 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 1947 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,