aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-23 13:40:48 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-23 13:40:48 +0000
commitbb52c1c2131415a2f32438b3f28935559bf129eb (patch)
tree256ea29c27650cbfc13ebaac22a7782255e4e55d
parent49c38335af3bcc383d8732d2895715c796609086 (diff)
downloadgnunet-bb52c1c2131415a2f32438b3f28935559bf129eb.tar.gz
gnunet-bb52c1c2131415a2f32438b3f28935559bf129eb.zip
fix
-rw-r--r--src/transport/test_transport_api_reliability.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_transport_api_reliability.c b/src/transport/test_transport_api_reliability.c
index 07426ca73..f1e3cf79b 100644
--- a/src/transport/test_transport_api_reliability.c
+++ b/src/transport/test_transport_api_reliability.c
@@ -364,7 +364,7 @@ notify_disconnect (void *cls, const struct GNUNET_PeerIdentity *peer)
364 if (th_p2 != NULL) 364 if (th_p2 != NULL)
365 { 365 {
366 GNUNET_TRANSPORT_notify_transmit_ready_cancel(th_p2); 366 GNUNET_TRANSPORT_notify_transmit_ready_cancel(th_p2);
367 th-p2 = NULL; 367 th_p2 = NULL;
368 } 368 }
369} 369}
370 370