aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set_union.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-16 22:59:53 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-16 22:59:53 +0100
commita37bee0b9bf81c9a1de295cc8bb747218095942b (patch)
tree0e929174175f2352bf7844d64fbb82084d0102fb /src/set/gnunet-service-set_union.c
parentd93370848ef11a11c9091747de5a57819ba8da58 (diff)
downloadgnunet-a37bee0b9bf81c9a1de295cc8bb747218095942b.tar.gz
gnunet-a37bee0b9bf81c9a1de295cc8bb747218095942b.zip
migrate SET service to new SERVICE API
Diffstat (limited to 'src/set/gnunet-service-set_union.c')
-rw-r--r--src/set/gnunet-service-set_union.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/gnunet-service-set_union.c b/src/set/gnunet-service-set_union.c
index e22465fd3..acaabd94a 100644
--- a/src/set/gnunet-service-set_union.c
+++ b/src/set/gnunet-service-set_union.c
@@ -1594,7 +1594,7 @@ union_evaluate (struct Operation *op,
1594 { 1594 {
1595 /* the context message is too large */ 1595 /* the context message is too large */
1596 GNUNET_break (0); 1596 GNUNET_break (0);
1597 GNUNET_SERVER_client_disconnect (op->spec->set->client); 1597 GNUNET_SERVICE_client_drop (op->spec->set->client);
1598 return; 1598 return;
1599 } 1599 }
1600 msg->operation = htonl (GNUNET_SET_OPERATION_UNION); 1600 msg->operation = htonl (GNUNET_SET_OPERATION_UNION);