aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-06-28 14:14:20 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-06-28 14:14:20 +0000
commitd0baebff32c10e87a27dffd5474f27b3949f3938 (patch)
tree26b1af90c0b048edbfaec7a87e45001037cb6853
parent1b018e2091a2e5b999c67de5fbf5f96db3c9c5e8 (diff)
downloadgnunet-d0baebff32c10e87a27dffd5474f27b3949f3938.tar.gz
gnunet-d0baebff32c10e87a27dffd5474f27b3949f3938.zip
bug hunting
-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 478598af1..872bac4ce 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -651,6 +651,7 @@ do_transmit (void *cls, size_t size, void *buf)
651 char *cbuf; 651 char *cbuf;
652 size_t ret; 652 size_t ret;
653 653
654 GNUNET_assert (session != NULL);
654 session->transmit_handle = NULL; 655 session->transmit_handle = NULL;
655 plugin = session->plugin; 656 plugin = session->plugin;
656 if (buf == NULL) 657 if (buf == NULL)