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 295543 Details for
Bug 433839
cpg can forward messages before join has completed
[?]
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 to fix
cpg-mcast-early.patch (text/plain), 499 bytes, created by
Christine Caulfield
on 2008-02-21 17:32:25 UTC
(
hide
)
Description:
Patch to fix
Filename:
MIME Type:
Creator:
Christine Caulfield
Created:
2008-02-21 17:32:25 UTC
Size:
499 bytes
patch
obsolete
>Index: exec/cpg.c >=================================================================== >--- exec/cpg.c (revision 1499) >+++ exec/cpg.c (working copy) >@@ -934,7 +941,7 @@ > /* Send to all interested members */ > for (iter = gi->members.next; iter != &gi->members; iter = iter->next) { > struct process_info *pi = list_entry(iter, struct process_info, list); >- if (pi->trackerconn) { >+ if (pi->trackerconn && (pi->flags & PI_FLAG_MEMBER)) { > openais_dispatch_send ( > pi->trackerconn, > buf,
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 433839
: 295543