aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/gnunet-gns-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index a6b053e56..bae222499 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -2191,7 +2191,7 @@ create_response (void *cls,
2191 } 2191 }
2192 MHD_get_connection_values (con, 2192 MHD_get_connection_values (con,
2193 MHD_HEADER_KIND, 2193 MHD_HEADER_KIND,
2194 &con_val_iter, 2194 (MHD_KeyValueIterator) &con_val_iter,
2195 s5r); 2195 s5r);
2196 curl_easy_setopt (s5r->curl, 2196 curl_easy_setopt (s5r->curl,
2197 CURLOPT_HTTPHEADER, 2197 CURLOPT_HTTPHEADER,