diff options
Diffstat (limited to 'src/auditor/taler-helper-auditor-deposits.c')
-rw-r--r-- | src/auditor/taler-helper-auditor-deposits.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/auditor/taler-helper-auditor-deposits.c b/src/auditor/taler-helper-auditor-deposits.c index 17b32f25e..c9c8bf662 100644 --- a/src/auditor/taler-helper-auditor-deposits.c +++ b/src/auditor/taler-helper-auditor-deposits.c | |||
@@ -216,13 +216,13 @@ analyze_deposit_confirmations (void *cls) | |||
216 | dcc.qs = GNUNET_DB_STATUS_SUCCESS_ONE_RESULT; | 216 | dcc.qs = GNUNET_DB_STATUS_SUCCESS_ONE_RESULT; |
217 | dcc.missed_count = 0LLU; | 217 | dcc.missed_count = 0LLU; |
218 | dcc.first_missed_coin_serial = UINT64_MAX; | 218 | dcc.first_missed_coin_serial = UINT64_MAX; |
219 | qsx = TALER_ARL_adb->get_deposit_confirmations (TALER_ARL_adb->cls, | 219 | qsx = TALER_ARL_adb->get_deposit_confirmations ( |
220 | TALER_ARL_asession, | 220 | TALER_ARL_adb->cls, |
221 | &TALER_ARL_master_pub, | 221 | TALER_ARL_asession, |
222 | ppdc. | 222 | &TALER_ARL_master_pub, |
223 | last_deposit_confirmation_serial_id, | 223 | ppdc.last_deposit_confirmation_serial_id, |
224 | &test_dc, | 224 | &test_dc, |
225 | &dcc); | 225 | &dcc); |
226 | if (0 > qsx) | 226 | if (0 > qsx) |
227 | { | 227 | { |
228 | GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == qsx); | 228 | GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == qsx); |