Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:jberkman
evolution-exchange-2.6
bnc-189926-evo-locks-up-connect-ex
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bnc-189926-evo-locks-up-connect-ex of Package evolution-exchange-2.6
--- camel/camel-stub-marshal.c 2006-09-06 16:43:44.953063376 +0530 +++ camel/camel-stub-marshal.c.new 2006-09-06 16:51:27.327771736 +0530 @@ -90,8 +90,12 @@ do_read (CamelStubMarshal *marshal, char ssize_t n; do { - if ((n = camel_read (marshal->fd, buf + nread, len - nread)) <= 0) - break; + if ((n = camel_read (marshal->fd, buf + nread, len - nread)) <= 0) { + if (errno != ETIMEDOUT) + break; + else + n = 0; + } nread += n; } while (nread < len);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor