diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-18 11:27:08 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-18 11:27:08 +0200 |
commit | badebf29d32252eab52dd743e5f66bf8e8861bc3 (patch) | |
tree | 27928919d84dc20c865b718a1688eecc2ba37edf | |
parent | 1e8af2df5c33bf9b8e99e4afaf1fcd4ac3fd6024 (diff) |
-fix logging
-rw-r--r-- | src/backend/taler-merchant-httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c index 5d9f52dc..0492ed96 100644 --- a/src/backend/taler-merchant-httpd.c +++ b/src/backend/taler-merchant-httpd.c @@ -795,7 +795,7 @@ handle_mhd_completion_callback (void *cls, return; GNUNET_SCHEDULER_begin_async_scope (&hc->async_scope_id); { -#ifdef MHD_CONNECTION_INFO_HTTP_STATUS +#if MHD_VERSION >= 0x00097304 const union MHD_ConnectionInfo *ci; unsigned int http_status = 0; |