-fix conditional

This commit is contained in:
Christian Grothoff 2021-08-18 11:11:37 +02:00
parent 37ef7e19c4
commit d8c9f2a037
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -304,7 +304,7 @@ handle_mhd_completion_callback (void *cls,
GNUNET_async_scope_enter (&ecls->async_scope_id, GNUNET_async_scope_enter (&ecls->async_scope_id,
&old_scope); &old_scope);
{ {
#ifdef MHD_CONNECTION_INFO_HTTP_STATUS #if MHD_VERSION >= 0x00097304
const union MHD_ConnectionInfo *ci; const union MHD_ConnectionInfo *ci;
unsigned int http_status = 0; unsigned int http_status = 0;