aboutsummaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-aggregator.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-05-18 09:57:56 +0200
committerChristian Grothoff <christian@grothoff.org>2022-05-18 09:57:56 +0200
commit492d501570106cb2eefa684820d0c64966c153f9 (patch)
tree0573c37536c1b85a69ed6fa153d6e4ddd4a3bdd1 /src/exchange/taler-exchange-aggregator.c
parenta6b21080099a4b6777749759238464f87f7d013c (diff)
-squash compiler warning
Diffstat (limited to 'src/exchange/taler-exchange-aggregator.c')
-rw-r--r--src/exchange/taler-exchange-aggregator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c
index 5f185e24..9568f011 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -360,7 +360,7 @@ run_aggregation (void *cls)
struct AggregationUnit au_active;
enum GNUNET_DB_QueryStatus qs;
struct TALER_Amount trans;
- bool have_transient;
+ bool have_transient = true; /* squash compiler warning */
task = NULL;
GNUNET_log (GNUNET_ERROR_TYPE_INFO,