[evolution-data-server/gnome-2-32] Bug #632030 - Crashed while Groupwise server is not responding



commit a90179a8e49a9d108f5ea706d1d1a5d5be287260
Author: Punit Jain <jpunit novell com>
Date:   Wed Oct 27 08:42:41 2010 +0200

    Bug #632030 - Crashed while Groupwise server is not responding

 servers/groupwise/e-gw-connection.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/servers/groupwise/e-gw-connection.c b/servers/groupwise/e-gw-connection.c
index a35574a..61fb92f 100644
--- a/servers/groupwise/e-gw-connection.c
+++ b/servers/groupwise/e-gw-connection.c
@@ -534,7 +534,8 @@ e_gw_connection_new_with_error_handler (const gchar *uri, const gchar *username,
 	response = e_gw_connection_send_message (cnc, msg);
 
 	if (!response) {
-		errors->status = E_GW_CONNECTION_STATUS_UNKNOWN;
+		if (errors)
+			errors->status = E_GW_CONNECTION_STATUS_UNKNOWN;
 		g_object_unref (cnc);
 		g_static_mutex_unlock (&connecting);
 		g_object_unref (msg);



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