diff options
Diffstat (limited to 'src/authorization/libanastasiseufin/lae_credit.c')
-rw-r--r-- | src/authorization/libanastasiseufin/lae_credit.c | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/authorization/libanastasiseufin/lae_credit.c b/src/authorization/libanastasiseufin/lae_credit.c index b97536b..e8cabb5 100644 --- a/src/authorization/libanastasiseufin/lae_credit.c +++ b/src/authorization/libanastasiseufin/lae_credit.c | |||
@@ -117,8 +117,7 @@ parse_account_history (struct ANASTASIS_EUFIN_CreditHistoryHandle *hh, | |||
117 | MHD_HTTP_OK, | 117 | MHD_HTTP_OK, |
118 | TALER_EC_NONE, | 118 | TALER_EC_NONE, |
119 | row_id, | 119 | row_id, |
120 | &td, | 120 | &td)) |
121 | transaction)) | ||
122 | { | 121 | { |
123 | hh->hcb = NULL; | 122 | hh->hcb = NULL; |
124 | GNUNET_JSON_parse_free (hist_spec); | 123 | GNUNET_JSON_parse_free (hist_spec); |
@@ -205,8 +204,7 @@ handle_credit_history_finished (void *cls, | |||
205 | response_code, | 204 | response_code, |
206 | ec, | 205 | ec, |
207 | 0LLU, | 206 | 0LLU, |
208 | NULL, | 207 | NULL); |
209 | j); | ||
210 | ANASTASIS_EUFIN_credit_history_cancel (hh); | 208 | ANASTASIS_EUFIN_credit_history_cancel (hh); |
211 | } | 209 | } |
212 | 210 | ||
@@ -272,9 +270,9 @@ ANASTASIS_EUFIN_credit_history ( | |||
272 | hh = GNUNET_new (struct ANASTASIS_EUFIN_CreditHistoryHandle); | 270 | hh = GNUNET_new (struct ANASTASIS_EUFIN_CreditHistoryHandle); |
273 | hh->hcb = hres_cb; | 271 | hh->hcb = hres_cb; |
274 | hh->hcb_cls = hres_cb_cls; | 272 | hh->hcb_cls = hres_cb_cls; |
275 | hh->request_url = Anastasis_url_join (auth->wire_gateway_url, | 273 | hh->request_url = TALER_url_join (auth->wire_gateway_url, |
276 | url, | 274 | url, |
277 | NULL); | 275 | NULL); |
278 | if (NULL == hh->request_url) | 276 | if (NULL == hh->request_url) |
279 | { | 277 | { |
280 | GNUNET_free (hh); | 278 | GNUNET_free (hh); |