Fixed typo
authorJamie Cameron <jcameron@webmin.com>
Wed, 16 Sep 2009 17:23:25 +0000 (10:23 -0700)
committerJamie Cameron <jcameron@webmin.com>
Wed, 16 Sep 2009 17:23:25 +0000 (10:23 -0700)
mount/solaris-lib.pl

index 59f81aa..b0fc77a 100755 (executable)
@@ -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;
 }