Continue connecting to unresolvable hosts (debian bug 499935) (Tony Mancill)

This commit is contained in:
duncan_ferguson 2009-04-03 19:47:34 +00:00
parent 47543e2c5c
commit 16c466afc2
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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 = '';