Changed toIP() -> xCAT::Utils::toIP()
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1115 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
26844bef2d
commit
5f129d3107
@ -408,7 +408,7 @@ sub resolve_netwk {
|
||||
send_msg( $request, 1, "$_: Unable to identify master" );
|
||||
next;
|
||||
}
|
||||
$ip = toIP( $server );
|
||||
$ip = xCAT::Utils::toIP( $server );
|
||||
if ( @$ip[0] != 0 ) {
|
||||
send_msg( $request, 1, "$_: Cannot resolve '$server'" );
|
||||
next;
|
||||
@ -418,7 +418,7 @@ sub resolve_netwk {
|
||||
#################################
|
||||
# Get client (-C)
|
||||
#################################
|
||||
$ip = toIP( $_ );
|
||||
$ip = xCAT::Utils::toIP( $_ );
|
||||
if ( @$ip[0] != 0 ) {
|
||||
send_msg( $request, 1, "$_: Cannot resolve '$_'" );
|
||||
next;
|
||||
|
Loading…
Reference in New Issue
Block a user