Certain nmap output with ipv6 could leave nodename with a trailing \n, correct
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15251 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
bcfacb1dbf
commit
dabd5d5f09
@ -667,6 +667,7 @@ sub process_request_nmap {
|
||||
}
|
||||
$currnode=$tmpnode;
|
||||
$currnode =~ s/:$//;
|
||||
$currnode =~ s/\n$//;
|
||||
|
||||
|
||||
my $nip;
|
||||
|
Loading…
Reference in New Issue
Block a user