mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 01:43:25 +00:00
Continue connecting to unresolvable hosts (debian bug 499935) (Tony Mancill)
This commit is contained in:
parent
47543e2c5c
commit
16c466afc2
2 changed files with 2 additions and 1 deletions
|
@ -919,7 +919,7 @@ sub open_client_windows(@) {
|
|||
}
|
||||
|
||||
warn( $text, $/ );
|
||||
next;
|
||||
#next; # Debian bug 499935 - ignore warnings about hostname resolution
|
||||
}
|
||||
|
||||
my $color = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue