[evolution-kolab] CamelIMAPXExtdServer: pulled in upstr4eam fix



commit 101bf5bc8e9ec8ee639bfed319bf56d83d77b629
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Tue Feb 14 13:44:36 2012 +0100

    CamelIMAPXExtdServer: pulled in upstr4eam fix
    
    * upstream b9ad01ba73afb402f194c2f66a90432e47003091
      fixed a number of issues in IMAPX
    * applied the one fix that hit our code dupe
      (SASL check)

 .../providers/imapx/camel-imapx-extd-server.c      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/providers/imapx/camel-imapx-extd-server.c b/src/camel/providers/imapx/camel-imapx-extd-server.c
index 57f7fec..c827649 100644
--- a/src/camel/providers/imapx/camel-imapx-extd-server.c
+++ b/src/camel/providers/imapx/camel-imapx-extd-server.c
@@ -1286,7 +1286,7 @@ imapx_extd_server_authenticate (CamelIMAPXServer *self,
 		}
 
 		sasl = camel_sasl_new ("imap", mechanism, service);
-		if (sasl != NULL) {
+		if (sasl == NULL) {
 			g_set_error (
 				error, CAMEL_SERVICE_ERROR,
 				CAMEL_SERVICE_ERROR_CANT_AUTHENTICATE,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]