aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_zone_iteration_stop.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-09 12:10:34 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-09 12:10:34 +0000
commit4d340e04159fa0c491fa7d4976b3621bbbbcf35f (patch)
treee22f131f8c114570d0c5459f72a6f2d5d200cec4 /src/namestore/test_namestore_api_zone_iteration_stop.c
parentdefe6ca74853b18bfe38d379859811b39edc75a0 (diff)
downloadgnunet-4d340e04159fa0c491fa7d4976b3621bbbbcf35f.tar.gz
gnunet-4d340e04159fa0c491fa7d4976b3621bbbbcf35f.zip
- fix
Diffstat (limited to 'src/namestore/test_namestore_api_zone_iteration_stop.c')
-rw-r--r--src/namestore/test_namestore_api_zone_iteration_stop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/test_namestore_api_zone_iteration_stop.c b/src/namestore/test_namestore_api_zone_iteration_stop.c
index c99d91b63..419a058fa 100644
--- a/src/namestore/test_namestore_api_zone_iteration_stop.c
+++ b/src/namestore/test_namestore_api_zone_iteration_stop.c
@@ -461,7 +461,7 @@ run (void *cls, char *const *args, const char *cfgfile,
461 /* name in different zone */ 461 /* name in different zone */
462 GNUNET_asprintf(&s_name_3, "dummy3"); 462 GNUNET_asprintf(&s_name_3, "dummy3");
463 s_rd_3 = create_record(1); 463 s_rd_3 = create_record(1);
464 sig_3 = GNUNET_NAMESTORE_create_signature(privkey, s_name_3, s_rd_3, 1); 464 sig_3 = GNUNET_NAMESTORE_create_signature(privkey2, s_name_3, s_rd_3, 1);
465 GNUNET_NAMESTORE_record_put (nsh, &pubkey2, s_name_3, GNUNET_TIME_absolute_get_forever(), 1, s_rd_3, sig_3, &put_cont, NULL); 465 GNUNET_NAMESTORE_record_put (nsh, &pubkey2, s_name_3, GNUNET_TIME_absolute_get_forever(), 1, s_rd_3, sig_3, &put_cont, NULL);
466} 466}
467 467