Fix missing use clause is centos for missing function

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@443 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-02-12 01:56:47 +00:00
parent 5ce4a0506c
commit 0a61ca2925

View File

@ -1,6 +1,7 @@
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
package xCAT_plugin::centos;
use Storable qw(dclone);
use xCAT::Utils;
use Sys::Syslog;
use xCAT::Table;
use Cwd;
@ -104,7 +105,7 @@ sub mknetboot {
my $hmtab = xCAT::Table->new('nodehm');
my $ent = $restab->getNodeAttribs($node,['serialport','primarynic']);
my $ient = $restab->getNodeAttribs($node,['servicenode']);
my $ipfn = my_ip_facing($node);
my $ipfn = xCAT::Utils->my_ip_facing($node);
if ($ient and $ient->{servicenode}) { #Servicenode attribute overrides
$imgsrv = $ient=>{servicenode};
} elsif ($ipfn) {