aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_unreliability.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-09-30 11:00:24 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-09-30 11:00:24 +0000
commitf85e367ddecd6f43c880cb2e266af8139472cc2b (patch)
tree70ab563519cd49bbc0ce9635afd92f9c95d50d31 /src/transport/test_transport_api_unreliability.c
parentb3aea6e39f918228baed3a1ee9ba4aa6d6a222b7 (diff)
downloadgnunet-f85e367ddecd6f43c880cb2e266af8139472cc2b.tar.gz
gnunet-f85e367ddecd6f43c880cb2e266af8139472cc2b.zip
fixing #1801
Diffstat (limited to 'src/transport/test_transport_api_unreliability.c')
-rw-r--r--src/transport/test_transport_api_unreliability.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/transport/test_transport_api_unreliability.c b/src/transport/test_transport_api_unreliability.c
index c675e18a0..7b7ec2d35 100644
--- a/src/transport/test_transport_api_unreliability.c
+++ b/src/transport/test_transport_api_unreliability.c
@@ -416,6 +416,9 @@ notify_disconnect (void *cls, const struct GNUNET_PeerIdentity *peer)
416{ 416{
417 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer `%4s' disconnected (%p)!\n", 417 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer `%4s' disconnected (%p)!\n",
418 GNUNET_i2s (peer), cls); 418 GNUNET_i2s (peer), cls);
419 if (th != NULL)
420 GNUNET_TRANSPORT_notify_transmit_ready_cancel (th);
421 th = NULL;
419} 422}
420 423
421static void 424static void