aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_zone_iteration_specific_zone.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_specific_zone.c
parent473952f8fbdab181512a9df1835758fc54876464 (diff)
downloadgnunet-3363469a42ac6f4b1245c0fe160a98f40845b748.tar.gz
gnunet-3363469a42ac6f4b1245c0fe160a98f40845b748.zip
- reverting api change
Diffstat (limited to 'src/namestore/test_namestore_api_zone_iteration_specific_zone.c')
-rw-r--r--src/namestore/test_namestore_api_zone_iteration_specific_zone.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/namestore/test_namestore_api_zone_iteration_specific_zone.c b/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
index 74a607335..7cdcea42a 100644
--- a/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
+++ b/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
@@ -390,7 +390,7 @@ run (void *cls, char *const *args, const char *cfgfile,
390 GNUNET_asprintf(&s_name_1, "dummy1"); 390 GNUNET_asprintf(&s_name_1, "dummy1");
391 s_rd_1 = create_record(1); 391 s_rd_1 = create_record(1);
392 sig_1 = GNUNET_NAMESTORE_create_signature(privkey, s_name_1, s_rd_1, 1); 392 sig_1 = GNUNET_NAMESTORE_create_signature(privkey, s_name_1, s_rd_1, 1);
393 GNUNET_NAMESTORE_record_create(nsh, privkey, GNUNET_TIME_absolute_get_forever(), s_name_1, s_rd_1, &put_cont, NULL); 393 GNUNET_NAMESTORE_record_create(nsh, privkey, s_name_1, s_rd_1, &put_cont, NULL);
394 394
395 395
396 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Created record 2 \n"); 396 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Created record 2 \n");
@@ -398,7 +398,7 @@ run (void *cls, char *const *args, const char *cfgfile,
398 s_rd_2 = create_record(1); 398 s_rd_2 = create_record(1);
399 399
400 sig_2 = GNUNET_NAMESTORE_create_signature(privkey, s_name_2, s_rd_2, 1); 400 sig_2 = GNUNET_NAMESTORE_create_signature(privkey, s_name_2, s_rd_2, 1);
401 GNUNET_NAMESTORE_record_create(nsh, privkey, GNUNET_TIME_absolute_get_forever(), s_name_2, s_rd_2, &put_cont, NULL); 401 GNUNET_NAMESTORE_record_create(nsh, privkey, s_name_2, s_rd_2, &put_cont, NULL);
402 402
403 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Created record 3\n"); 403 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Created record 3\n");
404 /* name in different zone */ 404 /* name in different zone */