mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 09:53:23 +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
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
* Allow user to set a different ConnectTimeout and -o string (Tony Mancill)
|
* Allow user to set a different ConnectTimeout and -o string (Tony Mancill)
|
||||||
* Fix warning from 'mandb' (Tony Mancill)
|
* Fix warning from 'mandb' (Tony Mancill)
|
||||||
|
* Continue connecting to unresolvable hosts (debian bug 499935) (Tony Mancill)
|
||||||
|
|
||||||
2009-03-26 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.25-1
|
2009-03-26 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.25-1
|
||||||
|
|
||||||
|
|
|
@ -919,7 +919,7 @@ sub open_client_windows(@) {
|
||||||
}
|
}
|
||||||
|
|
||||||
warn( $text, $/ );
|
warn( $text, $/ );
|
||||||
next;
|
#next; # Debian bug 499935 - ignore warnings about hostname resolution
|
||||||
}
|
}
|
||||||
|
|
||||||
my $color = '';
|
my $color = '';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue