evolution-data-server r9361 - trunk/camel



Author: msuman
Date: Mon Aug 18 03:24:22 2008
New Revision: 9361
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9361&view=rev

Log:
Patch from Sergio Villar SenÃn  <svillar igalia com>: Fix for bug #546444 (Don't loop infinitely when the network connection is lost, instead exit with a connection error).

Modified:
   trunk/camel/ChangeLog
   trunk/camel/camel-tcp-stream-ssl.c

Modified: trunk/camel/camel-tcp-stream-ssl.c
==============================================================================
--- trunk/camel/camel-tcp-stream-ssl.c	(original)
+++ trunk/camel/camel-tcp-stream-ssl.c	Mon Aug 18 03:24:22 2008
@@ -391,6 +391,7 @@
 #else
 				errno = EIO;
 #endif
+				goto failed;
 			} else if (pollfds[1].out_flags == PR_POLL_READ) {
 				errno = EINTR;
 				goto failed;



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