From 06a83735415c1cd4e037839ce352e7d2d074be37 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 28 Nov 2000 21:27:16 +0000 Subject: Don't set exception to g_strerror (errno) when nread == 0, because it * camel-remote-store.c (remote_recv_line): Don't set exception to g_strerror (errno) when nread == 0, because it won't have been set. svn path=/trunk/; revision=6702 --- camel/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 59b47f70c4..430cfc7c99 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2000-11-28 Dan Winship + * camel-remote-store.c (remote_recv_line): Don't set exception to + g_strerror (errno) when nread == 0, because it won't have been + set. + * providers/pop3/camel-pop3-folder.c (pop3_finalize): Don't try to free things if they haven't been set yet. -- cgit v1.2.3