Fixed typo

This commit is contained in:
Jamie Cameron
2009-09-16 10:23:25 -07:00
parent 74e843e687
commit 733e177b73

View File

@@ -359,7 +359,7 @@ if (&running_in_zone()) {
push(@fs, $smbmount) if ($smbmount);
push(@fs, "udfs") if ($gconfig{'os_version'} >= 8);
push(@fs, "xmemfs") if ($gconfig{'os_version'} >= 8 &&
gconfig{'os_version'} <= 10);
$gconfig{'os_version'} <= 10);
return @fs;
}