summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-25 20:51:19 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-25 20:51:19 +0200
commit275296311f516d101186f211602b36056f387fa4 (patch)
tree4e7b2bbe886f38a30cd6473b76ed71da3cf648c3 /src
parent37266ffacde14c1e249968e861263f9e9b4e7acf (diff)
downloadexchange-275296311f516d101186f211602b36056f387fa4.tar.gz
exchange-275296311f516d101186f211602b36056f387fa4.tar.bz2
exchange-275296311f516d101186f211602b36056f387fa4.zip
comment
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-httpd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
index bf60cfd6e..549d63b21 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -820,6 +820,8 @@ main (int argc,
}
else
{
+ // FIXME: refactor two calls to MHD_start_daemon
+ // into one, using an options array instead of varags
mydaemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG,
serve_port,
NULL, NULL,