Was displaying junk for the branch name if a checkin wasn't allowed.

git-svn-id: svn://10.0.0.236/trunk@23458 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%netscape.com
1999-03-10 01:52:32 +00:00
parent 9a6837ddd1
commit ef17928062

View File

@@ -108,7 +108,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";