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
This commit is contained in:
cjhardee 2010-05-18 21:12:15 +00:00
parent bc74953205
commit 6e2ec934f7

View File

@ -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;