aboutsummaryrefslogtreecommitdiff
path: root/src/service/namestore/gnunet-namestore-fcfsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/namestore/gnunet-namestore-fcfsd.c')
-rw-r--r--src/service/namestore/gnunet-namestore-fcfsd.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/service/namestore/gnunet-namestore-fcfsd.c b/src/service/namestore/gnunet-namestore-fcfsd.c
index 4948ae441..03ded7fcb 100644
--- a/src/service/namestore/gnunet-namestore-fcfsd.c
+++ b/src/service/namestore/gnunet-namestore-fcfsd.c
@@ -533,13 +533,13 @@ register_do_cb (void *cls,
533 gd.expiration_time = record_exp.rel_value_us; 533 gd.expiration_time = record_exp.rel_value_us;
534 gd.flags = GNUNET_GNSRECORD_RF_RELATIVE_EXPIRATION; 534 gd.flags = GNUNET_GNSRECORD_RF_RELATIVE_EXPIRATION;
535 535
536 rd->searching = GNUNET_NAMESTORE_records_store (namestore, 536 rd->searching = GNUNET_NAMESTORE_record_set_store (namestore,
537 zone_key, 537 zone_key,
538 rd->register_name, 538 rd->register_name,
539 1, 539 1,
540 &gd, 540 &gd,
541 &register_done_cb, 541 &register_done_cb,
542 rd); 542 rd);
543 543
544 GNUNET_free (gdraw); 544 GNUNET_free (gdraw);
545} 545}
@@ -839,7 +839,7 @@ create_response (void *cls,
839 } 839 }
840 840
841 if (GNUNET_OK != GNUNET_CRYPTO_public_key_from_string (rd->register_key, 841 if (GNUNET_OK != GNUNET_CRYPTO_public_key_from_string (rd->register_key,
842 &(rd->key))) 842 &(rd->key)))
843 { 843 {
844 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 844 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
845 _ ("Unable to parse key %s\n"), 845 _ ("Unable to parse key %s\n"),
@@ -1066,7 +1066,7 @@ run_service (void *cls,
1066 &record_exp)) 1066 &record_exp))
1067 { 1067 {
1068 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 1068 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
1069 _("No expiration specified for records.\n")); 1069 _ ("No expiration specified for records.\n"));
1070 GNUNET_SCHEDULER_shutdown (); 1070 GNUNET_SCHEDULER_shutdown ();
1071 return; 1071 return;
1072 } 1072 }