aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-07-14 12:15:16 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-07-14 12:15:16 +0000
commitbb3c07258c44f436fd748212fd4595cae7853a2b (patch)
tree11200421c97ec7bf047fcaf5f4c07450153a5a4b
parent4f75e026024c61c1be8edf32063051b3f9e39cb8 (diff)
downloadgnunet-bb3c07258c44f436fd748212fd4595cae7853a2b.tar.gz
gnunet-bb3c07258c44f436fd748212fd4595cae7853a2b.zip
-rw-r--r--src/transport/plugin_transport_http.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c
index 924bbae74..0c48acc8f 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -1735,8 +1735,6 @@ http_plugin_disconnect (void *cls,
1735 struct Session *ps = NULL; 1735 struct Session *ps = NULL;
1736 //struct Session *tmp = NULL; 1736 //struct Session *tmp = NULL;
1737 1737
1738 return;
1739
1740 pc = GNUNET_CONTAINER_multihashmap_get (plugin->peers, &target->hashPubKey); 1738 pc = GNUNET_CONTAINER_multihashmap_get (plugin->peers, &target->hashPubKey);
1741 if (pc==NULL) 1739 if (pc==NULL)
1742 return; 1740 return;