aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_zone_iteration.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-07 14:17:19 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-07 14:17:19 +0000
commit3363469a42ac6f4b1245c0fe160a98f40845b748 (patch)
treec43185dbe16e7e4db20faa7460aff00ebd00511b /src/namestore/test_namestore_api_zone_iteration.c
parent473952f8fbdab181512a9df1835758fc54876464 (diff)
downloadgnunet-3363469a42ac6f4b1245c0fe160a98f40845b748.tar.gz
gnunet-3363469a42ac6f4b1245c0fe160a98f40845b748.zip
- reverting api change
Diffstat (limited to 'src/namestore/test_namestore_api_zone_iteration.c')
-rw-r--r--src/namestore/test_namestore_api_zone_iteration.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/namestore/test_namestore_api_zone_iteration.c b/src/namestore/test_namestore_api_zone_iteration.c
index ed4424210..92e8e7988 100644
--- a/src/namestore/test_namestore_api_zone_iteration.c
+++ b/src/namestore/test_namestore_api_zone_iteration.c
@@ -409,7 +409,7 @@ run (void *cls, char *const *args, const char *cfgfile,
409 GNUNET_asprintf(&s_name_1, "dummy1"); 409 GNUNET_asprintf(&s_name_1, "dummy1");
410 s_rd_1 = create_record(1); 410 s_rd_1 = create_record(1);
411 sig_1 = GNUNET_NAMESTORE_create_signature(privkey, s_name_1, s_rd_1, 1); 411 sig_1 = GNUNET_NAMESTORE_create_signature(privkey, s_name_1, s_rd_1, 1);
412 GNUNET_NAMESTORE_record_create(nsh, privkey, GNUNET_TIME_absolute_get_forever(), s_name_1, s_rd_1, &put_cont, NULL); 412 GNUNET_NAMESTORE_record_create(nsh, privkey, s_name_1, s_rd_1, &put_cont, NULL);
413 413
414 414
415 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Created record 2 \n"); 415 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Created record 2 \n");
@@ -417,7 +417,7 @@ run (void *cls, char *const *args, const char *cfgfile,
417 s_rd_2 = create_record(1); 417 s_rd_2 = create_record(1);
418 418
419 sig_2 = GNUNET_NAMESTORE_create_signature(privkey, s_name_2, s_rd_2, 1); 419 sig_2 = GNUNET_NAMESTORE_create_signature(privkey, s_name_2, s_rd_2, 1);
420 GNUNET_NAMESTORE_record_create(nsh, privkey, GNUNET_TIME_absolute_get_forever(), s_name_2, s_rd_2, &put_cont, NULL); 420 GNUNET_NAMESTORE_record_create(nsh, privkey, s_name_2, s_rd_2, &put_cont, NULL);
421 421
422 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Created record 3\n"); 422 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Created record 3\n");
423 /* name in different zone */ 423 /* name in different zone */