summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-19 20:37:12 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-19 20:37:12 +0100
commitbc812a0a514f80f062d0d5db2a9b1b257080d9dc (patch)
tree10d0d2b18885d642a209169439b6e4b6e26eb54e /src/util
parenta0c6adfa491fba8fb8d9d8019baf494d0ca830a4 (diff)
downloadexchange-bc812a0a514f80f062d0d5db2a9b1b257080d9dc.tar.gz
exchange-bc812a0a514f80f062d0d5db2a9b1b257080d9dc.tar.bz2
exchange-bc812a0a514f80f062d0d5db2a9b1b257080d9dc.zip
indent
Diffstat (limited to 'src/util')
-rw-r--r--src/util/mhd.c4
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");