aboutsummaryrefslogtreecommitdiff
path: root/src/set/test_set_intersection_result_full.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-27 09:50:41 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-27 09:50:41 +0000
commit44bb721ef043f99e97d60231438b9e71104d99d7 (patch)
tree476330cbfe2031fa3e3daecf8bf3c45a5156b800 /src/set/test_set_intersection_result_full.c
parentbf716069e987193e1ee0d06bbc4af245e6ffa821 (diff)
downloadgnunet-44bb721ef043f99e97d60231438b9e71104d99d7.tar.gz
gnunet-44bb721ef043f99e97d60231438b9e71104d99d7.zip
eliminating useless salt argument, salt can be generated inside of gnunet-service-set
Diffstat (limited to 'src/set/test_set_intersection_result_full.c')
-rw-r--r--src/set/test_set_intersection_result_full.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/test_set_intersection_result_full.c b/src/set/test_set_intersection_result_full.c
index c59624459..3b4591bed 100644
--- a/src/set/test_set_intersection_result_full.c
+++ b/src/set/test_set_intersection_result_full.c
@@ -133,7 +133,7 @@ start (void *cls)
133 &listen_cb, NULL); 133 &listen_cb, NULL);
134 oh = GNUNET_SET_prepare (&local_id, 134 oh = GNUNET_SET_prepare (&local_id,
135 &app_id, 135 &app_id,
136 &context_msg, 42, 136 &context_msg,
137 GNUNET_SET_RESULT_FULL, 137 GNUNET_SET_RESULT_FULL,
138 &result_cb_set1, NULL); 138 &result_cb_set1, NULL);
139 GNUNET_SET_commit (oh, set1); 139 GNUNET_SET_commit (oh, set1);