From d9b76e981fae89ad0da878cb8bb5b261a9988ddd Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 16 Jan 2001 00:54:18 +0000 Subject: If the close() is successful, set the fd to -1. 2001-01-15 Jeffrey Stedfast * camel-stream-fs.c (stream_close): If the close() is successful, set the fd to -1. * camel-tcp-stream-raw.c: Removed the disconnect() method. (stream_close): If the close() is successful, set the sockfd to -1. * camel-tcp-stream-ssl.c: Removed the disconnect() method. (stream_close): If the close() is successful, set the sockfd to NULL. * camel-tcp-stream.c (camel_tcp_stream_disconnect): Removed, easier to just use the close() method as it did the same thing anyway. svn path=/trunk/; revision=7522 --- camel/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index b0766558b1..85e4ddef27 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,20 @@ +2001-01-15 Jeffrey Stedfast + + * camel-stream-fs.c (stream_close): If the close() is successful, + set the fd to -1. + + * camel-tcp-stream-raw.c: Removed the disconnect() method. + (stream_close): If the close() is successful, set the sockfd to + -1. + + * camel-tcp-stream-ssl.c: Removed the disconnect() method. + (stream_close): If the close() is successful, set the sockfd to + NULL. + + * camel-tcp-stream.c (camel_tcp_stream_disconnect): Removed, + easier to just use the close() method as it did the same thing + anyway. + 2001-01-15 Jeffrey Stedfast * camel-tcp-stream-raw.c (stream_getsockopt): Updated to be able -- cgit v1.2.3