aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-17 20:02:25 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-17 20:02:25 +0000
commita2447daa59527a205a3b066cc96ebd95d864fc09 (patch)
treecd192fed8c982936644411c29a39c1de641815ba /src/transport/plugin_transport_tcp.c
parent1429812c59a4d9cd0e98a1b8353412a02fa45d37 (diff)
downloadgnunet-a2447daa59527a205a3b066cc96ebd95d864fc09.tar.gz
gnunet-a2447daa59527a205a3b066cc96ebd95d864fc09.zip
fix
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index 546c2aa36..7c724f532 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -985,7 +985,7 @@ tcp_plugin_send (void *cls, const struct GNUNET_PeerIdentity *target,
985 } 985 }
986 session = cand_session; 986 session = cand_session;
987 } 987 }
988 if ((session == NULL) && (addr == NULL)) 988 if ((session == NULL) && (addrlen == 0))
989 { 989 {
990#if DEBUG_TCP 990#if DEBUG_TCP
991 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "tcp", 991 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "tcp",