This commit is contained in:
Christian Grothoff 2020-04-12 15:26:55 +02:00
parent 0bf069d6d8
commit 15099429c3
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -204,7 +204,7 @@ handle_refresh_reveal_finished (void *cls,
const json_t *j = response;
struct TALER_EXCHANGE_HttpResponse hr = {
.reply = j,
.http_status = MHD_HTTP_OK
.http_status = response_code
};
rrh->job = NULL;