aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_revocation.c
diff options
context:
space:
mode:
authorschanzen <schanzen@140774ce-b5e7-0310-ab8b-a85725594a96>2012-06-26 18:00:49 +0000
committerschanzen <schanzen@140774ce-b5e7-0310-ab8b-a85725594a96>2012-06-26 18:00:49 +0000
commit291381470d2da8fa54ea72c0bc10bc6bf9313c89 (patch)
treefcee5f01b8f0d83431ae99034c4231ba1867cb1b /src/gns/test_gns_revocation.c
parentb28d9c13215f6a3545c2da98d5e45352e0673580 (diff)
-fix tests
git-svn-id: https://gnunet.org/svn/gnunet@22311 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/gns/test_gns_revocation.c')
-rw-r--r--src/gns/test_gns_revocation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_gns_revocation.c b/src/gns/test_gns_revocation.c
index b80704cb84..66969dc622 100644
--- a/src/gns/test_gns_revocation.c
+++ b/src/gns/test_gns_revocation.c
@@ -139,7 +139,7 @@ on_lookup_result(void *cls, uint32_t rd_count,
static void
commence_testing (void *cls, int32_t success, const char *emsg)
{
- GNUNET_NAMESTORE_disconnect(namestore_handle, GNUNET_YES);
+ GNUNET_NAMESTORE_disconnect (namestore_handle);
gns_handle = GNUNET_GNS_connect(cfg);