aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-11-15 19:32:37 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-11-15 19:32:37 +0000
commit02d4ff31b04d2255910eabb56d5731dcbd6e4ae3 (patch)
treeb7feba8f449c5e63ce6f0e02b20f3e2b6ab9475a /src
parent359891cc323330863757654e0936391cad6c9a58 (diff)
downloadgnunet-02d4ff31b04d2255910eabb56d5731dcbd6e4ae3.tar.gz
gnunet-02d4ff31b04d2255910eabb56d5731dcbd6e4ae3.zip
neighbour calls continuation on SYSERR
Diffstat (limited to 'src')
-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 5dcdea400..69d964c43 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -590,8 +590,6 @@ http_plugin_send (void *cls, const struct GNUNET_PeerIdentity *target,
590 GNUNET_CONTAINER_DLL_remove (plugin->head, plugin->tail, s); 590 GNUNET_CONTAINER_DLL_remove (plugin->head, plugin->tail, s);
591 delete_session (s); 591 delete_session (s);
592 } 592 }
593 if (cont != NULL)
594 cont (cont_cls, target, GNUNET_SYSERR);
595 return GNUNET_SYSERR; 593 return GNUNET_SYSERR;
596 } 594 }
597 } 595 }