summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-11 15:46:04 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-11 15:46:09 +0100
commitcd4616dc34d186db07ff0cdd115e694dda02405f (patch)
tree47df58d91b03ae894afb466ab9880c09dbff75fc /src/exchange/taler-exchange-httpd.c
parent44ddaaca7fb1f16c804d31d5414960a07900d087 (diff)
downloadexchange-cd4616dc34d186db07ff0cdd115e694dda02405f.tar.gz
exchange-cd4616dc34d186db07ff0cdd115e694dda02405f.tar.bz2
exchange-cd4616dc34d186db07ff0cdd115e694dda02405f.zip
-only enable developer logic if MHD is recent enough
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r--src/exchange/taler-exchange-httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
index 9462695f3..d6dfb0358 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -691,6 +691,7 @@ exchange_serve_process_config ()
/* Developer logic for supporting the `-f' option. */
#if HAVE_DEVELOPER
+
/**
* Option `-f' (specifies an input file to give to the HTTP server).
*/
@@ -797,7 +798,6 @@ connection_done (void *cls,
/* end of HAVE_DEVELOPER */
#endif
-
/**
* Function called for logging by MHD.
*