Skip to content

Commit 01b588f

Browse files
committed
Fixed: Adding SOA record to dns fails
1 parent fc1c21f commit 01b588f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dns/dnsManager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def addDNSRecord(self, userID = None, data = None):
356356

357357
recordContentSOA = data['recordContentSOA']
358358

359-
DNS.createDNSRecord(zone, value, recordType, recordContentSOA, 0, ttl)
359+
DNS.createDNSRecord(zone, recordName, recordType, recordContentSOA, 0, ttl)
360360

361361
elif recordType == "NS":
362362

0 commit comments

Comments
 (0)