From 65a6369de26f636208b9278f00451bd110f5ecd9 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 18 May 2012 17:40:45 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/perl/xCAT/TZUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/perl/xCAT/TZUtils.pm b/xCAT-server/lib/perl/xCAT/TZUtils.pm index 7d87a4aa3..ff03c52d6 100644 --- a/xCAT-server/lib/perl/xCAT/TZUtils.pm +++ b/xCAT-server/lib/perl/xCAT/TZUtils.pm @@ -686,7 +686,7 @@ sub get_wintimezone { if ($::XCATSITEVALS{'wintimezone'}) { return $::XCATSITEVALS{'wintimezone'}; } elsif ($::XCATSITEVALS{'timezone'}) { - return $posixtowintimezonemap{::XCATSITEVALS{'timezone'}}; + return $posixtowintimezonemap{$::XCATSITEVALS{'timezone'}}; } }