From 7aeaa89a4649040f6678ca9bbeb2bc7b7cf25a0f Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 18 May 2012 18:12:39 +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/branches/2.7@12804 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'}}; } }