minor fix of annotation

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9292 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2011-04-13 05:32:26 +00:00
parent b56ec8e75c
commit 46215c129e

View File

@ -2246,7 +2246,7 @@ sub parse_responses {
# Strip commas from IP list
###########################################
# we need te hidden ipv6 ip address temporarily
# we need to hide ipv6 ip address temporarily
my @iptmp = split /,/, $result[4];
my @iptmp2;
foreach (@iptmp){