aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-04-19 08:53:46 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-04-19 08:53:46 +0000
commitd6405d0746339792c81e361a1d7371fb8350193e (patch)
tree50664649cca13e5462dadea8c9bcde81c59e07ef /src/nat
parentaa8c7898d493a8f91dfd45e703c4cfe474f285ed (diff)
-removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually always GNUNET_NO --- and all other uses indicate design problems
git-svn-id: https://gnunet.org/svn/gnunet@21019 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/nat')
-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 92f72e4bea..98ce82e732 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)
while (NULL != (cpos = tst->ca_head))
{
GNUNET_CONTAINER_DLL_remove (tst->ca_head, tst->ca_tail, cpos);
- GNUNET_CLIENT_disconnect (cpos->client, GNUNET_NO);
+ GNUNET_CLIENT_disconnect (cpos->client);
GNUNET_free (cpos);
}
while (NULL != (pos = tst->na_head))