This commit is contained in:
Florian Dold 2016-04-25 20:51:19 +02:00
parent 37266ffacd
commit 275296311f

View File

@ -820,6 +820,8 @@ main (int argc,
} }
else 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, mydaemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG,
serve_port, serve_port,
NULL, NULL, NULL, NULL,