summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/twister/taler-twister-service.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/twister/taler-twister-service.c b/src/twister/taler-twister-service.c
index 250ea53..9733555 100644
--- a/src/twister/taler-twister-service.c
+++ b/src/twister/taler-twister-service.c
@@ -1709,8 +1709,8 @@ create_response (void *cls,
host_hdr = build_host_header (target_server_base_url);
TALER_LOG_DEBUG ("Faking the host header, %s\n",
host_hdr);
- curl_slist_append (hr->headers,
- host_hdr);
+ hr->headers = curl_slist_append (hr->headers,
+ host_hdr);
GNUNET_free (host_hdr);
}