Pseudo-automatic update of changes made by endico@mozilla.org.

git-svn-id: svn://10.0.0.236/trunk@23459 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
despotdaemon%netscape.com 1999-03-10 01:57:58 +00:00
parent ef17928062
commit 491fdefc01

View File

@ -343,7 +343,7 @@ foreach $f (@files) {
}
}
if ($mode{$t} eq "Restricted") {
$b = $blessed{$t};
my $b = $blessed{$t};
foreach $u (@$b) {
if ($debug) {
print STDERR "Checking against blessed $u\n";