From 6d306b25a8b06fb1ab8dd34f04ba4983a42ddeb1 Mon Sep 17 00:00:00 2001 From: yinle Date: Thu, 24 Mar 2011 09:56:48 +0000 Subject: [PATCH] minor fix git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9139 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/lsslp.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/lsslp.pm b/xCAT-server/lib/xcat/plugins/lsslp.pm index 0cb742638..98ab90a59 100644 --- a/xCAT-server/lib/xcat/plugins/lsslp.pm +++ b/xCAT-server/lib/xcat/plugins/lsslp.pm @@ -1372,10 +1372,10 @@ sub gethost_from_url_or_old { # Extract IP from URL ####################################### my $nets = xCAT::Utils::my_nets(); - my $ip = getip_from_iplist( $ip, $nets, $opt{i}); - if ( !defined( $ip )) { - return undef; - } + my $avip = getip_from_iplist( $ip, $nets, $opt{i}); + #if ( !defined( $ip )) { + # return undef; + #} # get the information of existed nodes to do the migration if ( !defined(%::OLD_DATA_CACHE))