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:
parent
d69a39d698
commit
65a6369de2
@ -686,7 +686,7 @@ sub get_wintimezone {
|
||||
if ($::XCATSITEVALS{'wintimezone'}) {
|
||||
return $::XCATSITEVALS{'wintimezone'};
|
||||
} elsif ($::XCATSITEVALS{'timezone'}) {
|
||||
return $posixtowintimezonemap{::XCATSITEVALS{'timezone'}};
|
||||
return $posixtowintimezonemap{$::XCATSITEVALS{'timezone'}};
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user