diff options
Diffstat (limited to 'src/backend/taler-merchant-httpd_check-payment.c')
-rw-r--r-- | src/backend/taler-merchant-httpd_check-payment.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd_check-payment.c b/src/backend/taler-merchant-httpd_check-payment.c index 02a5120b..74b8c5c1 100644 --- a/src/backend/taler-merchant-httpd_check-payment.c +++ b/src/backend/taler-merchant-httpd_check-payment.c @@ -60,7 +60,6 @@ make_taler_pay_uri (struct MHD_Connection *connection, const char *query; char *result; - host = MHD_lookup_connection_value (connection, MHD_HEADER_KIND, "Host"); forwarded_host = MHD_lookup_connection_value (connection, MHD_HEADER_KIND, "X-Forwarded-Host"); @@ -80,7 +79,7 @@ make_taler_pay_uri (struct MHD_Connection *connection, if (NULL == host) { - /* Should never happen, at last the host header should be defined */ + /* Should never happen, at least the host header should be defined */ GNUNET_break (0); return NULL; } |