aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy.c
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2018-11-20 14:24:51 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2018-11-20 14:24:51 +0100
commit14180e7ab413f6759b484a9565bc91b895d4c132 (patch)
tree94902e6bc129531b2e1ade1c5a348f4713a94fa2 /src/gns/gnunet-gns-proxy.c
parentf69adb8a1a52538748f302202ab00b036a899c7d (diff)
downloadgnunet-14180e7ab413f6759b484a9565bc91b895d4c132.tar.gz
gnunet-14180e7ab413f6759b484a9565bc91b895d4c132.zip
fix ftbfs
Diffstat (limited to 'src/gns/gnunet-gns-proxy.c')
-rw-r--r--src/gns/gnunet-gns-proxy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index bec5360ca..d9ce3a4b1 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -1276,6 +1276,8 @@ curl_check_hdr (void *buffer,
1276 s5r->domain); 1276 s5r->domain);
1277 hdr_val = new_location; 1277 hdr_val = new_location;
1278 } 1278 }
1279 GNUNET_free (leho_host);
1280 }
1279 1281
1280 /* MHD does not allow certain characters in values, remove those */ 1282 /* MHD does not allow certain characters in values, remove those */
1281 if (NULL != (tok = strchr (hdr_val, '\n'))) 1283 if (NULL != (tok = strchr (hdr_val, '\n')))