aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-10-01 11:19:30 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-10-01 11:19:30 +0900
commit817b494b15e22020929aaeb6cd58a4dfd04509a2 (patch)
tree0208c6bdd73bb01103d2e076f4ec6f70b2aa2a4e /src/gns/gnunet-gns-proxy.c
parent5c9108a6c08ee6d242cd797d9b0232bbc8ee48df (diff)
downloadgnunet-817b494b15e22020929aaeb6cd58a4dfd04509a2.tar.gz
gnunet-817b494b15e22020929aaeb6cd58a4dfd04509a2.zip
- remove dead branch
Diffstat (limited to 'src/gns/gnunet-gns-proxy.c')
-rw-r--r--src/gns/gnunet-gns-proxy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index c1db1c61e..a834c5c19 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -1230,6 +1230,7 @@ curl_check_hdr (void *buffer,
1230 new_cookie_hdr[offset++] = ';'; 1230 new_cookie_hdr[offset++] = ';';
1231 } 1231 }
1232 hdr_val = new_cookie_hdr; 1232 hdr_val = new_cookie_hdr;
1233 hdr_val[offset] = '\0';
1233 } 1234 }
1234 1235
1235 new_location = NULL; 1236 new_location = NULL;