[evolution-exchange] Initialize the port entries to NULL.



commit 8506cce720f8142e4afd49a14655060408497517
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Mon Apr 11 14:58:19 2011 +0530

    Initialize the port entries to NULL.

 camel/camel-exchange-provider.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-exchange-provider.c b/camel/camel-exchange-provider.c
index 94cc0ec..5463043 100644
--- a/camel/camel-exchange-provider.c
+++ b/camel/camel-exchange-provider.c
@@ -119,7 +119,8 @@ static CamelProvider exchange_provider = {
 
 	CAMEL_URL_NEED_USER | CAMEL_URL_HIDDEN_AUTH | CAMEL_URL_HIDDEN_HOST,
 
-	exchange_conf_entries
+	exchange_conf_entries,
+	NULL,
 
 	/* ... */
 };



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