From d5af1252b2a83d75fe4a8f6e48e1d01ab027b553 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 23 Feb 2017 15:15:33 +0100 Subject: add set operation options --- src/revocation/gnunet-service-revocation.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/revocation/gnunet-service-revocation.c') diff --git a/src/revocation/gnunet-service-revocation.c b/src/revocation/gnunet-service-revocation.c index 2965808fa..b5669d9ea 100644 --- a/src/revocation/gnunet-service-revocation.c +++ b/src/revocation/gnunet-service-revocation.c @@ -509,6 +509,7 @@ transmit_task_cb (void *cls) &revocation_set_union_app_id, NULL, GNUNET_SET_RESULT_ADDED, + (struct GNUNET_SET_Option[]) { 0 }, &add_revocation, peer_entry); if (GNUNET_OK != @@ -755,6 +756,7 @@ handle_revocation_union_request (void *cls, } peer_entry->so = GNUNET_SET_accept (request, GNUNET_SET_RESULT_ADDED, + (struct GNUNET_SET_Option[]) { 0 }, &add_revocation, peer_entry); if (GNUNET_OK != -- cgit v1.2.3