diff options
Diffstat (limited to 'src/exchange/taler-exchange-aggregator.c')
-rw-r--r-- | src/exchange/taler-exchange-aggregator.c | 2 |
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, |