diff options
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 17894281b..724f8022f 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c | |||
@@ -4103,7 +4103,7 @@ postgres_get_refresh_reveal (void *cls, | |||
4103 | &tp); | 4103 | &tp); |
4104 | GNUNET_PQ_cleanup_result (rs); | 4104 | GNUNET_PQ_cleanup_result (rs); |
4105 | 4105 | ||
4106 | cleanup: | 4106 | cleanup: |
4107 | for (unsigned int i = 0; i < grctx.rrcs_len; i++) | 4107 | for (unsigned int i = 0; i < grctx.rrcs_len; i++) |
4108 | { | 4108 | { |
4109 | struct TALER_EXCHANGEDB_RefreshRevealedCoin *rrc = &grctx.rrcs[i]; | 4109 | struct TALER_EXCHANGEDB_RefreshRevealedCoin *rrc = &grctx.rrcs[i]; |