aboutsummaryrefslogtreecommitdiff
path: root/src/pt
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-14 18:22:47 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-14 18:22:47 +0000
commit45dc1c554237d7ebe828152e2002abf86c2c7c98 (patch)
treeb2c6786971b378a6d657e6da6b617880c9c7b9f0 /src/pt
parente43155e9ea536991a489e0fe04890e0269869af1 (diff)
-fix #2940 - FTBFS
Diffstat (limited to 'src/pt')
-rw-r--r--src/pt/test_gns_vpn.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/pt/test_gns_vpn.c b/src/pt/test_gns_vpn.c
index c619602374..d30c64c2f8 100644
--- a/src/pt/test_gns_vpn.c
+++ b/src/pt/test_gns_vpn.c
@@ -401,12 +401,12 @@ run (void *cls,
&rd.data_size));
rd.record_type = GNUNET_GNS_RECORD_VPN;
- GNUNET_NAMESTORE_record_create (namestore,
- host_key,
- "www",
- &rd,
- &commence_testing,
- NULL);
+ GNUNET_NAMESTORE_record_put_by_authority (namestore,
+ host_key,
+ "www",
+ 1, &rd,
+ &commence_testing,
+ NULL);
GNUNET_free ((void**)rd.data);
GNUNET_free (rd_string);
GNUNET_free (zone_keyfile);