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:
0b3a3d3
)
unix can send with force-reliable bi-directional
author
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 11 Oct 2011 07:50:30 +0000
(07:50 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 11 Oct 2011 07:50:30 +0000
(07:50 +0000)
src/transport/plugin_transport_unix.c
patch
|
blob
|
history
diff --git
a/src/transport/plugin_transport_unix.c
b/src/transport/plugin_transport_unix.c
index b927214bdd4b9494dde7466406da23c77ce92666..da08c5a24e20e4ab82abb207c9d6d8b56bcd5612 100644
(file)
--- a/
src/transport/plugin_transport_unix.c
+++ b/
src/transport/plugin_transport_unix.c
@@
-685,8
+685,6
@@
unix_plugin_send (void *cls, const struct GNUNET_PeerIdentity *target,
struct Plugin *plugin = cls;
ssize_t sent;
- if (force_address == GNUNET_SYSERR)
- return GNUNET_SYSERR;
GNUNET_assert (NULL == session);
#if DEBUG_UNIX