Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 149337 Details for
Bug 231139
[PATCH] gconfd-2 daemon never exits (after all user applications quit)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
[PATCH] ensure that gconfd shuts down after all clients exit (from GNOME CVS)
gconfd.c-rev1982-shutdownfix.patch (text/plain), 498 bytes, created by
wingc
on 2007-03-06 14:28:29 UTC
(
hide
)
Description:
[PATCH] ensure that gconfd shuts down after all clients exit (from GNOME CVS)
Filename:
MIME Type:
Creator:
wingc
Created:
2007-03-06 14:28:29 UTC
Size:
498 bytes
patch
obsolete
>--- trunk/gconf/gconfd.c 2005/06/09 23:53:02 1979 >+++ trunk/gconf/gconfd.c 2005/06/13 16:51:14 1982 >@@ -1150,8 +1150,15 @@ > /* Only the default database still open, and > * it has no listeners > */ >- return db_list == NULL && >- gconf_listeners_count (default_db->listeners) == 0; >+ >+ if (db_list == NULL) >+ return TRUE; >+ >+ if (db_list->next == NULL && >+ db_list->data == default_db) >+ return gconf_listeners_count (default_db->listeners) == 0; >+ >+ return FALSE; > } > > void
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 231139
: 149337