aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/gnunet-service-scalarproduct_bob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scalarproduct/gnunet-service-scalarproduct_bob.c')
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct_bob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scalarproduct/gnunet-service-scalarproduct_bob.c b/src/scalarproduct/gnunet-service-scalarproduct_bob.c
index efc3bc8ea..5d2df017b 100644
--- a/src/scalarproduct/gnunet-service-scalarproduct_bob.c
+++ b/src/scalarproduct/gnunet-service-scalarproduct_bob.c
@@ -964,7 +964,7 @@ start_intersection (struct BobServiceSession *s)
964 &s->session_id, 964 &s->session_id,
965 NULL, 965 NULL,
966 GNUNET_SET_RESULT_REMOVED, 966 GNUNET_SET_RESULT_REMOVED,
967 (struct GNUNET_SET_Option[]) { 0 }, 967 (struct GNUNET_SET_Option[]) {{ 0 }},
968 &cb_intersection_element_removed, 968 &cb_intersection_element_removed,
969 s); 969 s);
970 if (GNUNET_OK != 970 if (GNUNET_OK !=