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:
parent
476c3387cc
commit
b906c24816
@ -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