aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2015-03-02 18:32:11 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2015-03-02 18:32:11 +0000
commitd1e691eb80325674451ce9cc1cc961fdab277c7a (patch)
treefc82397e7c37bff0318104d944fa8bc014e0bb40 /src/gns
parent8a9a24ef78252cf53a7ed240efbd1bb34f79606b (diff)
downloadgnunet-d1e691eb80325674451ce9cc1cc961fdab277c7a.tar.gz
gnunet-d1e691eb80325674451ce9cc1cc961fdab277c7a.zip
- fix segv when remote closes connection
Diffstat (limited to 'src/gns')
-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 882303086..d52b3b57f 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -1733,6 +1733,7 @@ mhd_completed_cb (void *cls,
1733 "MHD encountered error handling request: %d\n", 1733 "MHD encountered error handling request: %d\n",
1734 toe); 1734 toe);
1735 cleanup_s5r (s5r); 1735 cleanup_s5r (s5r);
1736 curl_download_prepare();
1736 *con_cls = NULL; 1737 *con_cls = NULL;
1737} 1738}
1738 1739