[evolution-data-server/gnome-2-30] updated the earlier fix for crash at exit to add the missing part - imapx
- From: Chenthill Palanisamy <pchen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/gnome-2-30] updated the earlier fix for crash at exit to add the missing part - imapx
- Date: Thu, 8 Apr 2010 08:43:24 +0000 (UTC)
commit 96d27299bd9f683c50e54a205191898da2f79785
Author: Chenthill Palanisamy <pchenthill novell com>
Date: Tue Mar 30 02:48:32 2010 +0530
updated the earlier fix for crash at exit to add the missing part - imapx
camel/providers/imapx/camel-imapx-server.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-server.c b/camel/providers/imapx/camel-imapx-server.c
index e6c65fe..fb1c4a9 100644
--- a/camel/providers/imapx/camel-imapx-server.c
+++ b/camel/providers/imapx/camel-imapx-server.c
@@ -2328,6 +2328,7 @@ imapx_reconnect (CamelIMAPXServer *is, CamelException *ex)
io error, else re-prompt. If authentication fails for other reasons ic->status would be
set with the error message */
if (camel_exception_is_set (ic->ex)) {
+ camel_exception_xfer (ex, ic->ex);
camel_imapx_command_free(ic);
goto exception;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]