aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_connection_transmit_cancel.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-03 21:49:31 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-03 21:49:31 +0000
commit7d7f1251cc7c798db2d36787ed9ce69ca9279635 (patch)
tree4892b2bdfd4ffa58075038431f9fb1c0f689ef10 /src/util/test_connection_transmit_cancel.c
parent71d4af85f961b0e34566db32cd033a3c654a235b (diff)
downloadgnunet-7d7f1251cc7c798db2d36787ed9ce69ca9279635.tar.gz
gnunet-7d7f1251cc7c798db2d36787ed9ce69ca9279635.zip
nitpicks
Diffstat (limited to 'src/util/test_connection_transmit_cancel.c')
-rw-r--r--src/util/test_connection_transmit_cancel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/test_connection_transmit_cancel.c b/src/util/test_connection_transmit_cancel.c
index 37a513e0f..d4456b00d 100644
--- a/src/util/test_connection_transmit_cancel.c
+++ b/src/util/test_connection_transmit_cancel.c
@@ -57,6 +57,7 @@ task_transmit_cancel (void *cls,
57 12, 57 12,
58 GNUNET_TIME_UNIT_MINUTES, 58 GNUNET_TIME_UNIT_MINUTES,
59 &not_run, cls); 59 &not_run, cls);
60 GNUNET_assert (NULL != th);
60 GNUNET_CONNECTION_notify_transmit_ready_cancel (th); 61 GNUNET_CONNECTION_notify_transmit_ready_cancel (th);
61 GNUNET_CONNECTION_destroy (csock, GNUNET_YES); 62 GNUNET_CONNECTION_destroy (csock, GNUNET_YES);
62 *ok = 0; 63 *ok = 0;