aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/nat_test.c')
-rw-r--r--src/nat/nat_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/nat_test.c b/src/nat/nat_test.c
index 92f72e4be..98ce82e73 100644
--- a/src/nat/nat_test.c
+++ b/src/nat/nat_test.c
@@ -460,7 +460,7 @@ GNUNET_NAT_test_stop (struct GNUNET_NAT_Test *tst)
460 while (NULL != (cpos = tst->ca_head)) 460 while (NULL != (cpos = tst->ca_head))
461 { 461 {
462 GNUNET_CONTAINER_DLL_remove (tst->ca_head, tst->ca_tail, cpos); 462 GNUNET_CONTAINER_DLL_remove (tst->ca_head, tst->ca_tail, cpos);
463 GNUNET_CLIENT_disconnect (cpos->client, GNUNET_NO); 463 GNUNET_CLIENT_disconnect (cpos->client);
464 GNUNET_free (cpos); 464 GNUNET_free (cpos);
465 } 465 }
466 while (NULL != (pos = tst->na_head)) 466 while (NULL != (pos = tst->na_head))