gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [ascension] branch master updated: answers


From: gnunet
Subject: [GNUnet-SVN] [ascension] branch master updated: answers
Date: Thu, 23 May 2019 15:10:36 +0200

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

grothoff pushed a commit to branch master
in repository ascension.

The following commit(s) were added to refs/heads/master by this push:
     new 4219572  answers
4219572 is described below

commit 4219572de9b6c433545fe8a6c3e65c3925f11c05
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu May 23 15:10:03 2019 +0200

    answers
---
 ascension/ascension.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ascension/ascension.py b/ascension/ascension.py
index 4a037d3..ad6e14d 100644
--- a/ascension/ascension.py
+++ b/ascension/ascension.py
@@ -597,10 +597,10 @@ class Ascender():
         # ("." is not a zone-cut in DNS, but always in GNS).
         for name in self.zone.nodes.keys():
             subzones = str(name).split('.')
-            # FIXME Christian: For some reason this fails spectacularly
+            # FIXME Christian: For some reason this fails spectacularly # how 
exactly?
             for i in range(1, len(subzones)-1):
                 subdomain = ".".join(subzones[i:])
-                # FIXME Christian this seems superfluous
+                # FIXME Christian this seems superfluous # that depends, does 
subzones already contain .domain?
                 zonename = "%s.%s" % (subdomain, self.domain)
                 ttl = self.minimum # new record, cannot use existing one, 
might want to use larger value
                 if self.subzonedict.get(zonename) is None:

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



reply via email to

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