gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet-gtk] branch master updated: adjust max values for S


From: gnunet
Subject: [GNUnet-SVN] [gnunet-gtk] branch master updated: adjust max values for SOA
Date: Thu, 11 Oct 2018 00:22:26 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new 2c538646 adjust max values for SOA
2c538646 is described below

commit 2c5386463b0481d2179a12f30ec2546e56372506
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Oct 11 00:22:11 2018 +0200

    adjust max values for SOA
---
 contrib/gnunet_namestore_edit_soa.glade   | 8 ++++----
 src/namestore/plugin_gtk_namestore_tlsa.c | 7 ++++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/contrib/gnunet_namestore_edit_soa.glade 
b/contrib/gnunet_namestore_edit_soa.glade
index fc4f9395..bf503935 100644
--- a/contrib/gnunet_namestore_edit_soa.glade
+++ b/contrib/gnunet_namestore_edit_soa.glade
@@ -41,25 +41,25 @@
     <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="soa_minimum_ttl_adjustment">
-    <property name="upper">9999999</property>
+    <property name="upper">4150788095</property>
     <property name="value">3600</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="soa_refresh_time_adjustment">
-    <property name="upper">99999999</property>
+    <property name="upper">4150788095</property>
     <property name="value">3600</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="soa_retry_time_adjustment">
-    <property name="upper">999999999</property>
+    <property name="upper">4150788095</property>
     <property name="value">600</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="soa_serial_adjustment">
-    <property name="upper">99999999</property>
+    <property name="upper">4150788095</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>
   </object>
diff --git a/src/namestore/plugin_gtk_namestore_tlsa.c 
b/src/namestore/plugin_gtk_namestore_tlsa.c
index 18ac43ac..f4c6ef05 100644
--- a/src/namestore/plugin_gtk_namestore_tlsa.c
+++ b/src/namestore/plugin_gtk_namestore_tlsa.c
@@ -842,17 +842,18 @@ import_address_cb (void *cls,
   gnutls_certificate_type_t type;
   gnutls_session_t session;
 
+  if (GNUNET_YES == ic->done)
+    return;
   if (NULL == addr)
   {
     if (GNUNET_YES != ic->done)
       GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
-                  _("Name resolution failed\n"));
+                  _("Name resolution for `%s' failed\n"),
+                  ic->name);
     GNUNET_free (ic->name);
     GNUNET_free (ic);
     return;
   }
-  if (GNUNET_YES == ic->done)
-    return;
   port = gtk_spin_button_get_value
     (GTK_SPIN_BUTTON (gtk_builder_get_object (ic->builder,
                                               "edit_dialog_port_spinbutton")));

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]