diff options
-rw-r--r-- | src/util/mhd.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/mhd.c b/src/util/mhd.c index e615de696..9684f979f 100644 --- a/src/util/mhd.c +++ b/src/util/mhd.c @@ -100,7 +100,9 @@ TALER_url_absolute_mhd (struct MHD_Connection *connection, else proto = "http"; - host = MHD_lookup_connection_value (connection, MHD_HEADER_KIND, "Host"); + host = MHD_lookup_connection_value (connection, + MHD_HEADER_KIND, + "Host"); forwarded_host = MHD_lookup_connection_value (connection, MHD_HEADER_KIND, "X-Forwarded-Host"); |