aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-25 11:57:02 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-25 11:57:02 +0000
commit983cdb1730b9f7ab32e52f4bafa4119aaff09b03 (patch)
tree924505a7cf5987383847e008484509074f107dc4 /src/transport/plugin_transport_tcp.c
parent214fa252fc8f4fd5bed8ad920f61d560bedb3821 (diff)
downloadgnunet-983cdb1730b9f7ab32e52f4bafa4119aaff09b03.tar.gz
gnunet-983cdb1730b9f7ab32e52f4bafa4119aaff09b03.zip
fix
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index 62c13ea64..9dfe03c67 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -702,6 +702,8 @@ tcp_plugin_send (void *cls,
702 session); 702 session);
703 continue; 703 continue;
704 } 704 }
705 if (GNUNET_SYSERR == force_address)
706 continue;
705 GNUNET_break (GNUNET_YES == force_address); 707 GNUNET_break (GNUNET_YES == force_address);
706 if (addr == NULL) 708 if (addr == NULL)
707 { 709 {