From 1c3b06662248fa1279b410633df6e9087ff922a9 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 15 May 2003 01:00:56 +0000 Subject: ** See bug #42540 2003-05-14 Not Zed ** See bug #42540 * camel-service.c (camel_gethostbyname): pre-initialise the error return to invalid, so if we cancel, we definetly get a bad result. Also, for a valid return against result, not herr. (camel_gethostbyaddr): Likewise. svn path=/trunk/; revision=21187 --- camel/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index a8d80e6f6c..c24472738a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2003-05-14 Not Zed + + ** See bug #42540 + + * camel-service.c (camel_gethostbyname): pre-initialise the error + return to invalid, so if we cancel, we definetly get a bad result. + Also, for a valid return against result, not herr. + (camel_gethostbyaddr): Likewise. + 2003-05-13 Jeffrey Stedfast * providers/imap/camel-imap-utils.c (imap_uid_array_to_set): Added -- cgit