projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
359891c
)
neighbour calls continuation on SYSERR
author
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 15 Nov 2011 19:32:37 +0000
(19:32 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 15 Nov 2011 19:32:37 +0000
(19:32 +0000)
src/transport/plugin_transport_http.c
patch
|
blob
|
history
diff --git
a/src/transport/plugin_transport_http.c
b/src/transport/plugin_transport_http.c
index 5dcdea40054d7b43726016bb13e8ceec2f9e9f19..69d964c431d166cf592ff220687c06d9ed7cad50 100644
(file)
--- 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,
GNUNET_CONTAINER_DLL_remove (plugin->head, plugin->tail, s);
delete_session (s);
}
- if (cont != NULL)
- cont (cont_cls, target, GNUNET_SYSERR);
return GNUNET_SYSERR;
}
}