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)
downloadgnunet-45dc1c554237d7ebe828152e2002abf86c2c7c98.tar.gz
gnunet-45dc1c554237d7ebe828152e2002abf86c2c7c98.zip
-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 c61960237..d30c64c2f 100644
--- a/src/pt/test_gns_vpn.c
+++ b/src/pt/test_gns_vpn.c
@@ -401,12 +401,12 @@ run (void *cls,
401 &rd.data_size)); 401 &rd.data_size));
402 rd.record_type = GNUNET_GNS_RECORD_VPN; 402 rd.record_type = GNUNET_GNS_RECORD_VPN;
403 403
404 GNUNET_NAMESTORE_record_create (namestore, 404 GNUNET_NAMESTORE_record_put_by_authority (namestore,
405 host_key, 405 host_key,
406 "www", 406 "www",
407 &rd, 407 1, &rd,
408 &commence_testing, 408 &commence_testing,
409 NULL); 409 NULL);
410 GNUNET_free ((void**)rd.data); 410 GNUNET_free ((void**)rd.data);
411 GNUNET_free (rd_string); 411 GNUNET_free (rd_string);
412 GNUNET_free (zone_keyfile); 412 GNUNET_free (zone_keyfile);