aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-23 13:40:39 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-23 13:40:39 +0000
commit49c38335af3bcc383d8732d2895715c796609086 (patch)
tree2c1275704e83d694e2a867047b1fcec63c99ea4d
parentf4d2eeaa31e2bcf232f2691ebf2246b465fe01fc (diff)
downloadgnunet-49c38335af3bcc383d8732d2895715c796609086.tar.gz
gnunet-49c38335af3bcc383d8732d2895715c796609086.zip
fix
-rw-r--r--src/transport/test_transport_api_reliability.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/transport/test_transport_api_reliability.c b/src/transport/test_transport_api_reliability.c
index de5079c4f..07426ca73 100644
--- a/src/transport/test_transport_api_reliability.c
+++ b/src/transport/test_transport_api_reliability.c
@@ -362,7 +362,10 @@ notify_disconnect (void *cls, const struct GNUNET_PeerIdentity *peer)
362 GNUNET_i2s (peer), cls); 362 GNUNET_i2s (peer), cls);
363#endif 363#endif
364 if (th_p2 != NULL) 364 if (th_p2 != NULL)
365 GNUNET_TRANSPORT_notify_transmit_ready_cancel(th_p2); 365 {
366 GNUNET_TRANSPORT_notify_transmit_ready_cancel(th_p2);
367 th-p2 = NULL;
368 }
366} 369}
367 370
368 371