summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-12-06 16:37:32 +0100
committerChristian Grothoff <grothoff@gnunet.org>2021-12-06 16:37:32 +0100
commit7dcd217b60b1a5d64cda357473080970f57aeaab (patch)
treebdfebfcf7eb4b5f06d5cae18da354f2ef94690a3 /src/exchange/taler-exchange-httpd.c
parentf3629bdafc8edbec75be1bdaa232ddfb7eb514b4 (diff)
downloadexchange-7dcd217b60b1a5d64cda357473080970f57aeaab.tar.gz
exchange-7dcd217b60b1a5d64cda357473080970f57aeaab.tar.bz2
exchange-7dcd217b60b1a5d64cda357473080970f57aeaab.zip
-fix balance calculation
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 b948c315c..6bda5821b 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -1866,8 +1866,8 @@ run (void *cls,
MHD_OPTION_CONNECTION_TIMEOUT,
connection_timeout,
(0 == allow_address_reuse)
- ? MHD_OPTION_END
- : MHD_OPTION_LISTENING_ADDRESS_REUSE,
+ ? MHD_OPTION_END
+ : MHD_OPTION_LISTENING_ADDRESS_REUSE,
(unsigned int) allow_address_reuse,
MHD_OPTION_END);
if (NULL == mhd)