aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore-gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/gnunet-namestore-gtk.c')
-rw-r--r--src/namestore/gnunet-namestore-gtk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/namestore/gnunet-namestore-gtk.c b/src/namestore/gnunet-namestore-gtk.c
index cea5ce0c..c1a62304 100644
--- a/src/namestore/gnunet-namestore-gtk.c
+++ b/src/namestore/gnunet-namestore-gtk.c
@@ -2751,12 +2751,12 @@ run (void *cls,
2751 &cleanup_task, NULL); 2751 &cleanup_task, NULL);
2752 if (GNUNET_OK != 2752 if (GNUNET_OK !=
2753 GNUNET_CONFIGURATION_get_value_time (cfg, 2753 GNUNET_CONFIGURATION_get_value_time (cfg,
2754 "namestore-gtk", 2754 "gnunet-namestore-gtk",
2755 "NICK_EXPIRATION", 2755 "NICK_EXPIRATION",
2756 &nick_expiration_time)) 2756 &nick_expiration_time))
2757 { 2757 {
2758 GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR, 2758 GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
2759 "namestore-gtk", 2759 "gnunet-namestore-gtk",
2760 "NICK_EXPIRATION"); 2760 "NICK_EXPIRATION");
2761 GNUNET_SCHEDULER_shutdown (); 2761 GNUNET_SCHEDULER_shutdown ();
2762 return; 2762 return;