diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-18 11:11:37 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-18 11:11:37 +0200 |
commit | d8c9f2a03782da04f5c8f5db9379979abf65b4cf (patch) | |
tree | 0d22ca379d978df08d8e58e96cc492d9b5c5d1ff | |
parent | 37ef7e19c4ac4af2afabd6c900779c4f6f5b64a9 (diff) | |
download | exchange-d8c9f2a03782da04f5c8f5db9379979abf65b4cf.tar.gz exchange-d8c9f2a03782da04f5c8f5db9379979abf65b4cf.zip |
-fix conditional
-rw-r--r-- | src/exchange/taler-exchange-httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index b83268b57..ae8040378 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, | |||
304 | GNUNET_async_scope_enter (&ecls->async_scope_id, | 304 | GNUNET_async_scope_enter (&ecls->async_scope_id, |
305 | &old_scope); | 305 | &old_scope); |
306 | { | 306 | { |
307 | #ifdef MHD_CONNECTION_INFO_HTTP_STATUS | 307 | #if MHD_VERSION >= 0x00097304 |
308 | const union MHD_ConnectionInfo *ci; | 308 | const union MHD_ConnectionInfo *ci; |
309 | unsigned int http_status = 0; | 309 | unsigned int http_status = 0; |
310 | 310 | ||