Fix blatant syntax error from previous checking
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@41 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
fcce602669
commit
b76cdda99b
@ -278,7 +278,7 @@ until ($quit) {
|
||||
if (defined $tmp->{value}) {
|
||||
$domain = $tmp->{value};
|
||||
}
|
||||
$peerhost = gethostbyaddr($connection->peeraddr),AF_INET6);
|
||||
$peerhost = gethostbyaddr($connection->peeraddr,AF_INET6);
|
||||
$peerhost =~ s/\.$domain\.*$//;
|
||||
$peerhost =~ s/-eth\d*$//;
|
||||
$peerhost =~ s/-myri\d*$//;
|
||||
|
Loading…
Reference in New Issue
Block a user