2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 20:30:56 +00:00

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:
jbjohnso
2013-02-25 16:26:08 +00:00
parent bcfacb1dbf
commit dabd5d5f09

View File

@ -667,6 +667,7 @@ sub process_request_nmap {
}
$currnode=$tmpnode;
$currnode =~ s/:$//;
$currnode =~ s/\n$//;
my $nip;