exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit d8c9f2a03782da04f5c8f5db9379979abf65b4cf
parent 37ef7e19c4ac4af2afabd6c900779c4f6f5b64a9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 18 Aug 2021 11:11:37 +0200

-fix conditional

Diffstat:
Msrc/exchange/taler-exchange-httpd.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c @@ -304,7 +304,7 @@ handle_mhd_completion_callback (void *cls, GNUNET_async_scope_enter (&ecls->async_scope_id, &old_scope); { -#ifdef MHD_CONNECTION_INFO_HTTP_STATUS +#if MHD_VERSION >= 0x00097304 const union MHD_ConnectionInfo *ci; unsigned int http_status = 0;