commit 275296311f516d101186f211602b36056f387fa4
parent 37266ffacde14c1e249968e861263f9e9b4e7acf
Author: Florian Dold <florian.dold@gmail.com>
Date: Mon, 25 Apr 2016 20:51:19 +0200
comment
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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,