gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix conditional


From: gnunet
Subject: [taler-exchange] branch master updated: -fix conditional
Date: Wed, 18 Aug 2021 11:11:40 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new d8c9f2a0 -fix conditional
d8c9f2a0 is described below

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

    -fix conditional
---
 src/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
index b83268b5..ae804037 100644
--- 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;
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]