From a8d9e7e0a61cd9f23371d09bec244a6e11683efc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 28 Feb 2022 22:46:24 +0100 Subject: -more bool cleanup --- src/exchangedb/lrbt_callbacks.c | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'src/exchangedb/lrbt_callbacks.c') diff --git a/src/exchangedb/lrbt_callbacks.c b/src/exchangedb/lrbt_callbacks.c index 1f2ad604..f8c93a38 100644 --- a/src/exchangedb/lrbt_callbacks.c +++ b/src/exchangedb/lrbt_callbacks.c @@ -458,7 +458,6 @@ lrbt_cb_table_auditors (void *cls, for (unsigned int i = 0; ierror = true; return; } - td.details.auditors.is_active = (0 != is_active8); ctx->cb (ctx->cb_cls, &td); GNUNET_PQ_cleanup_result (rs); @@ -908,8 +906,7 @@ lrbt_cb_table_deposits (void *cls, for (unsigned int i = 0; ierror = true; return; } - td.details.deposits.tiny = (0 != tiny); - td.details.deposits.done = (0 != done); ctx->cb (ctx->cb_cls, &td); GNUNET_PQ_cleanup_result (rs); -- cgit v1.2.3