diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-03-07 06:32:17 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-03-07 06:32:17 +0800 |
commit | 7324c70f4166344bf5dc071c3bc8bf3f76ded086 (patch) | |
tree | 45eb4ad0442da414de3240beca23bfb55c998ad3 /camel/ChangeLog | |
parent | cb85cdf89280479cda05952ec5ed398d4305a26d (diff) | |
download | gsoc2013-evolution-7324c70f4166344bf5dc071c3bc8bf3f76ded086.tar.gz gsoc2013-evolution-7324c70f4166344bf5dc071c3bc8bf3f76ded086.tar.zst gsoc2013-evolution-7324c70f4166344bf5dc071c3bc8bf3f76ded086.zip |
compile fixes. (camel_tcp_stream_openssl_enable_ssl): Check to make sure
2002-03-06 Jeffrey Stedfast <fejj@ximian.com>
* camel-tcp-stream-openssl.c: compile fixes.
(camel_tcp_stream_openssl_enable_ssl): Check to make sure that the
sockfd != -1, it's not enough to check that it is non-zero. Also
set the sockfd to -1 on fail (open_ssl_connection will close the
sockfd on fail).
svn path=/trunk/; revision=15953
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 552c5f54a4..d3a42e55fe 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2002-03-06 Jeffrey Stedfast <fejj@ximian.com> + + * camel-tcp-stream-openssl.c: compile fixes. + (camel_tcp_stream_openssl_enable_ssl): Check to make sure that the + sockfd != -1, it's not enough to check that it is non-zero. Also + set the sockfd to -1 on fail (open_ssl_connection will close the + sockfd on fail). + 2002-03-06 Dan Winship <danw@ximian.com> * providers/smtp/camel-smtp-transport.c (smtp_construct): Make |