From ae866fc45d50a11fce4557500611bee10704fb4a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 2 Dec 2021 14:35:45 +0100 Subject: -fix FTBFS --- src/exchange/taler-exchange-httpd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchange/taler-exchange-httpd.c') diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index ffd61873b..b948c315c 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -130,7 +130,7 @@ static int connection_close; /** * -I command-line flag given? */ -int TEH_check_invariants; +int TEH_check_invariants_flag; /** * True if we should commit suicide once all active @@ -1911,7 +1911,7 @@ main (int argc, GNUNET_GETOPT_option_flag ('I', "check-invariants", "enable expensive invariant checks", - &TEH_check_invariants), + &TEH_check_invariants_flag), GNUNET_GETOPT_option_flag ('r', "allow-reuse-address", "allow multiple HTTPDs to listen to the same port", -- cgit v1.2.3