From 1f0797c47af2a197b05ac640ce17adc86982d3c0 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 11 Oct 2011 07:50:30 +0000 Subject: unix can send with force-reliable bi-directional --- src/transport/plugin_transport_unix.c | 2 -- 1 file changed, 2 deletions(-) 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 -- cgit v1.2.3