aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_revocation.c
diff options
context:
space:
mode:
authorschanzen <schanzen@140774ce-b5e7-0310-ab8b-a85725594a96>2012-06-20 08:53:37 +0000
committerschanzen <schanzen@140774ce-b5e7-0310-ab8b-a85725594a96>2012-06-20 08:53:37 +0000
commitf58e42a8e363c3d1f1a89b09a69ff4b488785ba0 (patch)
tree62e1f7754543ca970f520c865edb453d7ae3e286 /src/gns/test_gns_revocation.c
parentbd080470d4f132f25ee99935b9334dde1b7df80c (diff)
-fixed record flags in tests. proper expiration from NS missing
git-svn-id: https://gnunet.org/svn/gnunet@22131 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/gns/test_gns_revocation.c')
-rw-r--r--src/gns/test_gns_revocation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gns/test_gns_revocation.c b/src/gns/test_gns_revocation.c
index b055ef3e34..dd5c294e40 100644
--- a/src/gns/test_gns_revocation.c
+++ b/src/gns/test_gns_revocation.c
@@ -234,6 +234,7 @@ do_lookup(void *cls, const struct GNUNET_PeerIdentity *id,
rd.data_size = sizeof(struct GNUNET_CRYPTO_ShortHashCode);
rd.data = &bob_hash;
rd.record_type = GNUNET_GNS_RECORD_PKEY;
+ rd.flags = 0;
GNUNET_NAMESTORE_record_create (namestore_handle,
alice_key,