summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-02 14:35:45 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-02 14:35:45 +0100
commitae866fc45d50a11fce4557500611bee10704fb4a (patch)
tree70b0be278c48022a17c1ced5c7951b9ceb7bbc17 /src/exchange/taler-exchange-httpd.c
parent3a5eb9285c7e9ac72614174fabc7f7b17d3097fa (diff)
downloadexchange-ae866fc45d50a11fce4557500611bee10704fb4a.tar.gz
exchange-ae866fc45d50a11fce4557500611bee10704fb4a.tar.bz2
exchange-ae866fc45d50a11fce4557500611bee10704fb4a.zip
-fix FTBFS
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r--src/exchange/taler-exchange-httpd.c4
1 files changed, 2 insertions, 2 deletions
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",