aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/gnunet-service-reclaim_tickets.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/gnunet-service-reclaim_tickets.c')
-rw-r--r--src/reclaim/gnunet-service-reclaim_tickets.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reclaim/gnunet-service-reclaim_tickets.c b/src/reclaim/gnunet-service-reclaim_tickets.c
index 57c9e2167..4d1a26333 100644
--- a/src/reclaim/gnunet-service-reclaim_tickets.c
+++ b/src/reclaim/gnunet-service-reclaim_tickets.c
@@ -330,7 +330,6 @@ static struct GNUNET_GNS_Handle *gns;
330static struct GNUNET_STATISTICS_Handle *stats; 330static struct GNUNET_STATISTICS_Handle *stats;
331 331
332 332
333
334/** 333/**
335 * Cleanup revoke handle 334 * Cleanup revoke handle
336 * 335 *
@@ -1265,6 +1264,7 @@ issue_ticket (struct TicketIssueHandle *ih)
1265 GNUNET_free (label); 1264 GNUNET_free (label);
1266} 1265}
1267 1266
1267
1268/************************************************* 1268/*************************************************
1269* Ticket iteration (finding a specific ticket) 1269* Ticket iteration (finding a specific ticket)
1270*************************************************/ 1270*************************************************/
@@ -1359,7 +1359,7 @@ filter_tickets_cb (void *cls,
1359 * If we found a matching ticket, return that to the caller and 1359 * If we found a matching ticket, return that to the caller and
1360 * we are done. 1360 * we are done.
1361 */ 1361 */
1362 if ((attr_cnt == found_attrs_cnt)&&(NULL != ticket)) 1362 if ((attr_cnt == found_attrs_cnt) && (NULL != ticket))
1363 { 1363 {
1364 GNUNET_NAMESTORE_zone_iteration_stop (tih->ns_it); 1364 GNUNET_NAMESTORE_zone_iteration_stop (tih->ns_it);
1365 tih->cb (tih->cb_cls, &tih->ticket, GNUNET_OK, NULL); 1365 tih->cb (tih->cb_cls, &tih->ticket, GNUNET_OK, NULL);