From: Matthias Wachs Date: Tue, 11 Oct 2011 07:50:30 +0000 (+0000) Subject: unix can send with force-reliable bi-directional X-Git-Tag: initial-import-from-subversion-38251~16637 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1f0797c47af2a197b05ac640ce17adc86982d3c0;p=oweals%2Fgnunet.git unix can send with force-reliable bi-directional --- diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c index b927214bd..da08c5a24 100644 --- 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