Update the enterprise-numbers URL.

svn path=/trunk/; revision=54694
This commit is contained in:
Gerald Combs 2014-01-10 22:57:28 +00:00
parent 640e6f44ec
commit 1a279aca25
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ use strict;
my $in = shift;
$in = "http://www.iana.org/assignments/enterprise-numbers" unless(defined $in);
$in = "http://www.iana.org/assignments/enterprise-numbers/enterprise-numbers" unless(defined $in);
my @in_lines;