aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/plugin_transport_unix.c2
1 files changed, 0 insertions, 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,
685 struct Plugin *plugin = cls; 685 struct Plugin *plugin = cls;
686 ssize_t sent; 686 ssize_t sent;
687 687
688 if (force_address == GNUNET_SYSERR)
689 return GNUNET_SYSERR;
690 GNUNET_assert (NULL == session); 688 GNUNET_assert (NULL == session);
691 689
692#if DEBUG_UNIX 690#if DEBUG_UNIX