Correct typo in TZutils that caused very odd messages

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12803 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-05-18 17:40:45 +00:00
parent d69a39d698
commit 65a6369de2

View File

@ -686,7 +686,7 @@ sub get_wintimezone {
if ($::XCATSITEVALS{'wintimezone'}) {
return $::XCATSITEVALS{'wintimezone'};
} elsif ($::XCATSITEVALS{'timezone'}) {
return $posixtowintimezonemap{::XCATSITEVALS{'timezone'}};
return $posixtowintimezonemap{$::XCATSITEVALS{'timezone'}};
}
}