unix can send with force-reliable bi-directional
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 11 Oct 2011 07:50:30 +0000 (07:50 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 11 Oct 2011 07:50:30 +0000 (07:50 +0000)
src/transport/plugin_transport_unix.c

index b927214bdd4b9494dde7466406da23c77ce92666..da08c5a24e20e4ab82abb207c9d6d8b56bcd5612 100644 (file)
@@ -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