aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-01 16:06:22 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-01 16:06:22 +0000
commit0de175878138e8704fa3820cee40b7fe8d4606f2 (patch)
tree3d04ecdeab993babb8bc398c11f98d14a197c781 /src/transport/plugin_transport_tcp.c
parent9e8c424525d80c09379dc04bca2055234a179969 (diff)
downloadgnunet-0de175878138e8704fa3820cee40b7fe8d4606f2.tar.gz
gnunet-0de175878138e8704fa3820cee40b7fe8d4606f2.zip
fix
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index b500b3a72..7199bbfc7 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -1998,6 +1998,7 @@ handle_tcp_welcome (void *cls,
1998 "tcp", 1998 "tcp",
1999 "Found address `%s' (already have session)\n", 1999 "Found address `%s' (already have session)\n",
2000 GNUNET_a2s (vaddr, alen)); 2000 GNUNET_a2s (vaddr, alen));
2001 GNUNET_free (vaddr);
2001 } 2002 }
2002#endif 2003#endif
2003 } 2004 }