aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index 9c6535988..1f5327c93 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -1143,7 +1143,6 @@ tcp_plugin_send (void *cls, const struct GNUNET_PeerIdentity *target,
1143 ses = ses->next; 1143 ses = ses->next;
1144 if (ses == NULL) 1144 if (ses == NULL)
1145 { 1145 {
1146 GNUNET_break (0);
1147 return -1; 1146 return -1;
1148 } 1147 }
1149 } 1148 }