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 309071 Details for
Bug 441559
lockd not aware of statd -n switch
[?]
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]
lockd callback fix for rhel5
fix-named-lockd-callbacks-el5.patch (text/plain), 745 bytes, created by
Janne Karhunen
on 2008-06-12 14:12:27 UTC
(
hide
)
Description:
lockd callback fix for rhel5
Filename:
MIME Type:
Creator:
Janne Karhunen
Created:
2008-06-12 14:12:27 UTC
Size:
745 bytes
patch
obsolete
>--- ./utils/statd/rmtcall.c.org 2008-06-12 10:03:59.000000000 -0400 >+++ ./utils/statd/rmtcall.c 2008-06-12 10:03:23.000000000 -0400 >@@ -76,16 +76,7 @@ statd_get_socket(int port) > memset(&sin, 0, sizeof(sin)); > sin.sin_family = AF_INET; > sin.sin_addr.s_addr = INADDR_ANY; >- /* >- * If a local hostname is given (-n option to statd), bind to the address >- * specified. This is required to support clients that ignore the mon_name in >- * the statd protocol but use the source address from the request packet. >- */ >- if (MY_NAME) { >- struct hostent *hp = gethostbyname(MY_NAME); >- if (hp) >- sin.sin_addr = *(struct in_addr *) hp->h_addr; >- } >+ > if (port != 0) { > sin.sin_port = htons(port); > if (bind(sockfd, &sin, sizeof(sin)) == 0)
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 441559
:
302005
|
302006
|
302152
|
302153
|
304538
| 309071