summaryrefslogtreecommitdiff
path: root/make_tld_serv.pl
diff options
context:
space:
mode:
Diffstat (limited to 'make_tld_serv.pl')
-rwxr-xr-xmake_tld_serv.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/make_tld_serv.pl b/make_tld_serv.pl
index 968494b..1d4b72f 100755
--- a/make_tld_serv.pl
+++ b/make_tld_serv.pl
@@ -15,7 +15,6 @@ while (<>) {
$b =~ s/^W(?:EB)?\s+/\\x01/;
$b =~ s/^VERISIGN\s+/\\x04/;
$b = "\\x03" if $b eq 'NONE';
- $b = "\\x07" if $b eq 'PIR';
$b = "\\x08" if $b eq 'AFILIAS';
$b = "\\x0C" if $b eq 'ARPA';
print qq( "$a",\t"$b",\n);