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 160071 Details for
Bug 249758
locking in 5.1 breaks rgmanager
[?]
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]
Smaller patch.
rgmanager-dlm-fix2.patch (text/plain), 449 bytes, created by
Lon Hohberger
on 2007-07-26 20:30:08 UTC
(
hide
)
Description:
Smaller patch.
Filename:
MIME Type:
Creator:
Lon Hohberger
Created:
2007-07-26 20:30:08 UTC
Size:
449 bytes
patch
obsolete
>Index: lock.c >=================================================================== >RCS file: /cvs/cluster/cluster/rgmanager/src/clulib/lock.c,v >retrieving revision 1.3.2.1 >diff -u -r1.3.2.1 lock.c >--- lock.c 20 Mar 2007 17:56:41 -0000 1.3.2.1 >+++ lock.c 26 Jul 2007 20:29:21 -0000 >@@ -92,7 +92,11 @@ > return -1; > } > >- return 0; >+ if (lksb->sb_status == 0) >+ return 0; >+ >+ errno = lksb->sb_status; >+ return -1; > } > >
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 249758
:
160070
| 160071