Fixing a problem during last checkin

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14625 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz 2012-12-12 03:36:46 +00:00
parent f2c2410f3a
commit df94b1812e

View File

@ -890,7 +890,7 @@ sub process_request
}
my $servicenodetab = xCAT::Table->new('servicenode');
my @nodeinfo = xCAT::Utils->determinehostname;
my @nodeinfo = xCAT::NetworkUtils->determinehostname;
my $nodename = pop @nodeinfo; # get hostname
my $dhcpinterfaces = $servicenodetab->getNodeAttribs($nodename, ['dhcpinterfaces']);