From 6e2ec934f7d07d0226d50c1b813b777fe17c2a2e Mon Sep 17 00:00:00 2001 From: cjhardee Date: Tue, 18 May 2010 21:12:15 +0000 Subject: [PATCH] Fixed subVars to skip the first argument. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6162 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/perl/xCAT/SvrUtils.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/perl/xCAT/SvrUtils.pm b/xCAT-server/lib/perl/xCAT/SvrUtils.pm index f426d6b32..4d854351c 100644 --- a/xCAT-server/lib/perl/xCAT/SvrUtils.pm +++ b/xCAT-server/lib/perl/xCAT/SvrUtils.pm @@ -915,6 +915,7 @@ sub get_nodename_from_request() # we do this sparingly... We don't like tons of hits # to the database. sub subVars { + shift; #toss the class name my $dir = shift; my $node = shift; my $type = shift;