Merge branch 'master' into next

This commit is contained in:
Arne Fitzenreiter
2011-07-04 21:09:54 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1038,7 +1038,7 @@ sub disallowreserved
{
# port 67 and 68 same for tcp and udp, don't bother putting in an array
my $msg = "";
my @tcp_reserved = (81,222,444);
my @tcp_reserved = ();
my $prt = $_[0]; # the port or range
my $ryn = $_[1]; # tells us whether or not it is a port range
my $prot = $_[2]; # protocol