summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/dns.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver/plugins/dns.py')
-rw-r--r--ipaserver/plugins/dns.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/plugins/dns.py b/ipaserver/plugins/dns.py
index 40c9b5124..7007928f3 100644
--- a/ipaserver/plugins/dns.py
+++ b/ipaserver/plugins/dns.py
@@ -3531,7 +3531,7 @@ for param in _dns_records:
'dns{}record'.format(param.rrtype.lower()),
(Object,),
dict(
- takes_params=(param.parts or ()) + (param.extra or ()),
+ takes_params=param.parts or (),
)
)
)