aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_twopeer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/test_gns_twopeer.c')
-rw-r--r--src/gns/test_gns_twopeer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gns/test_gns_twopeer.c b/src/gns/test_gns_twopeer.c
index 8ebb9611b..d8988f34c 100644
--- a/src/gns/test_gns_twopeer.c
+++ b/src/gns/test_gns_twopeer.c
@@ -437,6 +437,7 @@ run (void *cls, char *const *args, const char *cfgfile,
437 437
438 GNUNET_NAMESTORE_record_create (namestore_handle, 438 GNUNET_NAMESTORE_record_create (namestore_handle,
439 alice_key, 439 alice_key,
440 GNUNET_TIME_absolute_get_forever(),
440 "bob", 441 "bob",
441 &rd, 442 &rd,
442 NULL, 443 NULL,
@@ -445,6 +446,7 @@ run (void *cls, char *const *args, const char *cfgfile,
445 rd.data = &alice_pkey; 446 rd.data = &alice_pkey;
446 GNUNET_NAMESTORE_record_create (namestore_handle, 447 GNUNET_NAMESTORE_record_create (namestore_handle,
447 bob_key, 448 bob_key,
449 GNUNET_TIME_absolute_get_forever(),
448 "alice", 450 "alice",
449 &rd, 451 &rd,
450 NULL, 452 NULL,
@@ -460,6 +462,7 @@ run (void *cls, char *const *args, const char *cfgfile,
460 462
461 GNUNET_NAMESTORE_record_create (namestore_handle, 463 GNUNET_NAMESTORE_record_create (namestore_handle,
462 bob_key, 464 bob_key,
465 GNUNET_TIME_absolute_get_forever(),
463 "www", 466 "www",
464 &rd, 467 &rd,
465 NULL, 468 NULL,