aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_connection_timeout.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-12 13:29:05 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-12 13:29:05 +0000
commita6f43190ab793b3487da2133735e166e337000c4 (patch)
treefc2dacc6a36f3ec04cf86a14cdea9c5bdf45274f /src/util/test_connection_timeout.c
parent61cfd3340e67672f351ab92dab7da72dca058c79 (diff)
downloadgnunet-a6f43190ab793b3487da2133735e166e337000c4.tar.gz
gnunet-a6f43190ab793b3487da2133735e166e337000c4.zip
cancel pending write if we are just dead anyway
Diffstat (limited to 'src/util/test_connection_timeout.c')
-rw-r--r--src/util/test_connection_timeout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/test_connection_timeout.c b/src/util/test_connection_timeout.c
index 44609fffe..c1d9c4c4d 100644
--- a/src/util/test_connection_timeout.c
+++ b/src/util/test_connection_timeout.c
@@ -83,8 +83,8 @@ send_kilo (void *cls, size_t size, void *buf)
83#endif 83#endif
84 GNUNET_assert (buf == NULL); 84 GNUNET_assert (buf == NULL);
85 *ok = 0; 85 *ok = 0;
86 GNUNET_CONNECTION_destroy (lsock); 86 GNUNET_CONNECTION_destroy (lsock, GNUNET_YES);
87 GNUNET_CONNECTION_destroy (csock); 87 GNUNET_CONNECTION_destroy (csock, GNUNET_YES);
88 return 0; 88 return 0;
89 } 89 }
90#if VERBOSE 90#if VERBOSE