[evolution-data-server] Bug 763670 - [IMAPx] Silently ignore G_TLS_ERROR_EOF
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug 763670 - [IMAPx] Silently ignore G_TLS_ERROR_EOF
- Date: Tue, 22 Mar 2016 14:29:14 +0000 (UTC)
commit d85e809789352db5829b7840936cdd75a6ff989c
Author: Milan Crha <mcrha redhat com>
Date: Tue Mar 22 15:28:46 2016 +0100
Bug 763670 - [IMAPx] Silently ignore G_TLS_ERROR_EOF
camel/providers/imapx/camel-imapx-conn-manager.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-conn-manager.c
b/camel/providers/imapx/camel-imapx-conn-manager.c
index 5042c20..c7a9064 100644
--- a/camel/providers/imapx/camel-imapx-conn-manager.c
+++ b/camel/providers/imapx/camel-imapx-conn-manager.c
@@ -1281,6 +1281,7 @@ camel_imapx_conn_manager_run_job_sync (CamelIMAPXConnManager *conn_man,
if (!local_error ||
g_error_matches (local_error, G_TLS_ERROR, G_TLS_ERROR_MISC) ||
+ g_error_matches (local_error, G_TLS_ERROR, G_TLS_ERROR_EOF) ||
g_error_matches (local_error, G_IO_ERROR, G_IO_ERROR_CLOSED)) {
GError *tmp = local_error;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]