evolution-data-server r8891 - trunk/servers/groupwise



Author: psankar
Date: Mon Jun  2 05:27:16 2008
New Revision: 8891
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8891&view=rev

Log:
2008-06-02  Sankar P  <psankar novell com>

	* e-gw-connection.c: (e_gw_connection_send_message):
	Appropriately check the response before dumping it.
	Fixes a crash.




Modified:
   trunk/servers/groupwise/ChangeLog
   trunk/servers/groupwise/e-gw-connection.c

Modified: trunk/servers/groupwise/e-gw-connection.c
==============================================================================
--- trunk/servers/groupwise/e-gw-connection.c	(original)
+++ trunk/servers/groupwise/e-gw-connection.c	Mon Jun  2 05:27:16 2008
@@ -678,7 +678,7 @@
 	/* process response */
 	response = soup_soap_message_parse_response (msg);
 	
-	if (g_getenv ("GROUPWISE_DEBUG")) {
+	if (response && g_getenv ("GROUPWISE_DEBUG")) {
 
 		/* README: The stdout can be replaced with Evolution's
 		Logging framework also */



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