2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-11 07:40:11 +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/branches/2.8@15252 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso
2013-02-25 16:26:31 +00:00
parent 476c3387cc
commit b906c24816

View File

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