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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/set/gnunet-service-set.c b/src/set/gnunet-service-set.c
index 3c089f395..73d8f95cd 100644
--- a/src/set/gnunet-service-set.c
+++ b/src/set/gnunet-service-set.c
@@ -728,8 +728,7 @@ handle_client_create_set (void *cls,
728 switch (ntohs (msg->operation)) 728 switch (ntohs (msg->operation))
729 { 729 {
730 case GNUNET_SET_OPERATION_INTERSECTION: 730 case GNUNET_SET_OPERATION_INTERSECTION:
731 // FIXME: implement intersection vt 731 set->vt = _GSS_intersection_vt ();
732 // set->vt = _GSS_intersection_vt ();
733 break; 732 break;
734 case GNUNET_SET_OPERATION_UNION: 733 case GNUNET_SET_OPERATION_UNION:
735 set->vt = _GSS_union_vt (); 734 set->vt = _GSS_union_vt ();