diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-04-09 04:20:04 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-04-09 04:20:04 +0800 |
commit | e73f740c72d9b19134bc91c4bb1d55a39664fe8b (patch) | |
tree | bd0b61bb88f21cdfeca36a9a460757d83551c2dd /camel/ChangeLog | |
parent | 55c6c41bd4d0f485344963fac72a62c181e91af6 (diff) | |
download | gsoc2013-evolution-e73f740c72d9b19134bc91c4bb1d55a39664fe8b.tar gsoc2013-evolution-e73f740c72d9b19134bc91c4bb1d55a39664fe8b.tar.gz gsoc2013-evolution-e73f740c72d9b19134bc91c4bb1d55a39664fe8b.tar.bz2 gsoc2013-evolution-e73f740c72d9b19134bc91c4bb1d55a39664fe8b.tar.lz gsoc2013-evolution-e73f740c72d9b19134bc91c4bb1d55a39664fe8b.tar.xz gsoc2013-evolution-e73f740c72d9b19134bc91c4bb1d55a39664fe8b.tar.zst gsoc2013-evolution-e73f740c72d9b19134bc91c4bb1d55a39664fe8b.zip |
Make sure host->h_name is not an empty string too? Apparently for one user
2003-04-08 Jeffrey Stedfast <fejj@ximian.com>
* providers/smtp/camel-smtp-transport.c (smtp_helo): Make sure
host->h_name is not an empty string too? Apparently for one user
his resolved hostname is "". Go figure. Probably a broken system,
but easy enough to work around.
svn path=/trunk/; revision=20768
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 12aac0ffc9..02984b4d3b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,10 @@ 2003-04-08 Jeffrey Stedfast <fejj@ximian.com> + * providers/smtp/camel-smtp-transport.c (smtp_helo): Make sure + host->h_name is not an empty string too? Apparently for one user + his resolved hostname is "". Go figure. Probably a broken system, + but easy enough to work around. + * providers/pop3/camel-pop3-store.c (pop3_try_authenticate): If store->engine->line is NULL, use _("Unknown error") as the error string instead. |