equal
deleted
inserted
replaced
49 case "HINFO": |
49 case "HINFO": |
50 if (!is_valid_rr_hinfo_content($content)) return false; |
50 if (!is_valid_rr_hinfo_content($content)) return false; |
51 break; |
51 break; |
52 |
52 |
53 case "MX": |
53 case "MX": |
54 if (!is_valid_hostname_fqdn($contenti,0)) return false; |
54 if (!is_valid_hostname_fqdn($content,0)) return false; |
55 if (!is_valid_mx_or_ns_target($content)) return false; |
55 if (!is_valid_mx_or_ns_target($content)) return false; |
56 break; |
56 break; |
57 |
57 |
58 case "NS": |
58 case "NS": |
59 if (!is_valid_hostname_fqdn($content,0)) return false; |
59 if (!is_valid_hostname_fqdn($content,0)) return false; |