aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_connection_timeout.c
diff options
context:
space:
mode:
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