diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-11-27 05:32:26 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-11-27 05:32:26 +0800 |
commit | b1efae86ffbc9691842199d2587d6c20a93dda3f (patch) | |
tree | 24a38ce5fb6595865023b08a7dbc89d5a4f80736 /camel/ChangeLog | |
parent | 722899621625bafb134152534a3af08a0c9ef837 (diff) | |
download | gsoc2013-evolution-b1efae86ffbc9691842199d2587d6c20a93dda3f.tar.gz gsoc2013-evolution-b1efae86ffbc9691842199d2587d6c20a93dda3f.tar.zst gsoc2013-evolution-b1efae86ffbc9691842199d2587d6c20a93dda3f.zip |
Check to see that errno is non-zero before returning g_strerror. If it's
2001-11-20 Jeffrey Stedfast <fejj@ximian.com>
* providers/smtp/camel-smtp-transport.c (get_smtp_error_string):
Check to see that errno is non-zero before returning
g_strerror. If it's 0, then we have an unknown error.
svn path=/trunk/; revision=14790
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 6d4cc473e3..a0f424ee55 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-11-20 Jeffrey Stedfast <fejj@ximian.com> + + * providers/smtp/camel-smtp-transport.c (get_smtp_error_string): + Check to see that errno is non-zero before returning + g_strerror. If it's 0, then we have an unknown error. + 2001-11-26 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-filter-basic.c: For the uudecoding mode, garble up |