Codebase list dnsviz / 7782fe4
Remove extra argument Casey Deccio 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
10621062 self.set_wildcard_info(rrsig, server, client, response, rdclass, is_referral)
10631063
10641064 def create_or_update_cname_from_dname_info(self, synthesized_cname_info, server, client, response, rdclass):
1065 return self.insert_into_list(synthesized_cname_info, self.cname_info_from_dname, server, client, response, rdclass)
1065 return self.insert_into_list(synthesized_cname_info, self.cname_info_from_dname, server, client, response)
10661066
10671067 def is_wildcard(self, rrsig):
10681068 if self.rrset.name[0] == '*':