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.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/set/gnunet-service-set.c b/src/set/gnunet-service-set.c
index 644626dd0..bab29b097 100644
--- a/src/set/gnunet-service-set.c
+++ b/src/set/gnunet-service-set.c
@@ -251,6 +251,8 @@ tunnel_context_destroy (struct TunnelContext *tc)
251 * another peer. 251 * another peer.
252 * 252 *
253 * @param cls the incoming socket 253 * @param cls the incoming socket
254 * @param tunnel the tunnel that sent the message
255 * @param tunnel_ctx the tunnel context
254 * @param mh the message 256 * @param mh the message
255 */ 257 */
256static int 258static int
@@ -524,7 +526,6 @@ handle_client_evaluate (void *cls,
524 return; 526 return;
525 } 527 }
526 528
527
528 switch (set->operation) 529 switch (set->operation)
529 { 530 {
530 case GNUNET_SET_OPERATION_INTERSECTION: 531 case GNUNET_SET_OPERATION_INTERSECTION:
@@ -694,6 +695,8 @@ tunnel_new_cb (void *cls,
694 struct Incoming *incoming; 695 struct Incoming *incoming;
695 struct TunnelContext *tc; 696 struct TunnelContext *tc;
696 697
698 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "new incoming tunnel\n");
699
697 GNUNET_assert (port == GNUNET_APPLICATION_TYPE_SET); 700 GNUNET_assert (port == GNUNET_APPLICATION_TYPE_SET);
698 tc = GNUNET_new (struct TunnelContext); 701 tc = GNUNET_new (struct TunnelContext);
699 incoming = GNUNET_new (struct Incoming); 702 incoming = GNUNET_new (struct Incoming);