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:
parent
f2c2410f3a
commit
df94b1812e
@ -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']);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user