diff options
Diffstat (limited to 'src/auditor')
| -rw-r--r-- | src/auditor/taler-auditor-sync.c | 1 | ||||
| -rw-r--r-- | src/auditor/taler-helper-auditor-coins.c | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/auditor/taler-auditor-sync.c b/src/auditor/taler-auditor-sync.c index bbe257ac..ebc38d10 100644 --- a/src/auditor/taler-auditor-sync.c +++ b/src/auditor/taler-auditor-sync.c @@ -115,7 +115,6 @@ static struct Table tables[] = { { .rt = TALER_EXCHANGEDB_RT_EXTENSIONS}, { .rt = TALER_EXCHANGEDB_RT_POLICY_DETAILS }, { .rt = TALER_EXCHANGEDB_RT_POLICY_FULFILMENTS }, - { .rt = TALER_EXCHANGEDB_RT_POLICY_DETAILS_FULFILMENTS }, { .rt = TALER_EXCHANGEDB_RT_PURSE_REQUESTS}, { .rt = TALER_EXCHANGEDB_RT_PURSE_REFUNDS}, { .rt = TALER_EXCHANGEDB_RT_PURSE_MERGES}, diff --git a/src/auditor/taler-helper-auditor-coins.c b/src/auditor/taler-helper-auditor-coins.c index af38b0cf..b1650fd7 100644 --- a/src/auditor/taler-helper-auditor-coins.c +++ b/src/auditor/taler-helper-auditor-coins.c @@ -1626,8 +1626,8 @@ deposit_cb (void *cls, &h_wire, &deposit->h_contract_terms, &deposit->coin.h_age_commitment, - deposit->has_policy_details ? - &deposit->h_policy :NULL, &h_denom_pub, + deposit->has_policy ? &deposit->h_policy : NULL, + &h_denom_pub, deposit->timestamp, &deposit->merchant_pub, deposit->refund_deadline, |
