gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [ascension] 04/07: fixed a bug with CNAME records


From: gnunet
Subject: [GNUnet-SVN] [ascension] 04/07: fixed a bug with CNAME records
Date: Mon, 13 May 2019 11:10:05 +0200

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

rexxnor pushed a commit to branch master
in repository ascension.

commit 5e364c54a254b2240e16cfe65b379dd0ef791ff7
Author: rexxnor <address@hidden>
AuthorDate: Mon May 13 09:42:32 2019 +0200

    fixed a bug with CNAME records
---
 ascension/ascension.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ascension/ascension.py b/ascension/ascension.py
index cd85872..9171f0a 100644
--- a/ascension/ascension.py
+++ b/ascension/ascension.py
@@ -454,7 +454,7 @@ class Ascender():
             if value[-1] == ".":
                 value = value[:-1]
             else:
-                value = "%s.%s" % (value, zonename)
+                value = "%s.%s" % (value, self.domain)
         elif rdtype == 'NS':
             nameserver = str(record.target)
             if nameserver[-1] == ".":

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



reply via email to

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