taler-mdb

GNU Taler Extensions and Integrations
Log | Files | Refs | Submodules | README | LICENSE

commit bea069407126578f9244acb6d48f79c45c00698e
parent db8a0f4371d110ba1289a1bc7207710530ec3938
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 22 Aug 2020 15:57:21 +0200

fix signature

Diffstat:
Msrc/main.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/main.c b/src/main.c @@ -1660,6 +1660,7 @@ refund_complete_cb (void *cls, { struct Refund *r = cls; + (void) refund_url; r->orh = NULL; if (MHD_HTTP_OK != hr->http_status) {