Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:pchenthill
evolution-data-server
bgo-343976-emsgport-crash.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bgo-343976-emsgport-crash.patch of Package evolution-data-server
--- libedataserver/e-msgport.c.orig 2007-03-12 11:31:20.211421858 +0100 +++ libedataserver/e-msgport.c 2007-03-12 11:32:33.491906855 +0100 @@ -596,18 +596,16 @@ void e_msgport_put(EMsgPort *mp, EMsg *m prfd = mp->prpipe.fd.write; #endif g_mutex_unlock(mp->lock); - - if (fd != -1) { - m(printf("put: have pipe, writing notification to it\n")); - E_WRITE(fd, "", 1); - } - #ifdef HAVE_NSS if (prfd != NULL) { m(printf("put: have pr pipe, writing notification to it\n")); PR_Write(prfd, "", 1); } #endif + if (fd != -1) { + m(printf("put: have pipe, writing notification to it\n")); + E_WRITE(fd, "", 1); + } m(printf("put: done\n")); }
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