evolution-data-server r9361 - trunk/camel
- From: msuman svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r9361 - trunk/camel
- Date: Mon, 18 Aug 2008 03:24:22 +0000 (UTC)
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]