gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r28013 - gnunet/src/pt


From: gnunet
Subject: [GNUnet-SVN] r28013 - gnunet/src/pt
Date: Sun, 14 Jul 2013 20:22:48 +0200

Author: grothoff
Date: 2013-07-14 20:22:47 +0200 (Sun, 14 Jul 2013)
New Revision: 28013

Modified:
   gnunet/src/pt/test_gns_vpn.c
Log:
-fix #2940 - FTBFS

Modified: gnunet/src/pt/test_gns_vpn.c
===================================================================
--- gnunet/src/pt/test_gns_vpn.c        2013-07-14 18:20:55 UTC (rev 28012)
+++ gnunet/src/pt/test_gns_vpn.c        2013-07-14 18:22:47 UTC (rev 28013)
@@ -401,12 +401,12 @@
                                                                &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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]