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 841126 Details for
Bug 1038356
autofs cannot find hosts when -hosts is used
[?]
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 - fix rpc_portmap_getport() proto not set
autofs-5.0.8-fix-ipv6-libtirpc-getport-proto-not-set.patch (text/plain), 991 bytes, created by
Ian Kent
on 2013-12-24 07:15:28 UTC
(
hide
)
Description:
Patch - fix rpc_portmap_getport() proto not set
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2013-12-24 07:15:28 UTC
Size:
991 bytes
patch
obsolete
>autofs-5.0.8 - fix rpc_portmap_getport() proto not set > >From: Ian Kent <raven@themaw.net> > >Recent changes to fix libtirpc usage problems when getting a server >exports list cause later server probing to fail. > >When getting an exports list a new rpc client is always created for >the query, which includes setting the protocol in the parameters >structure. But when probing availability the client is reused where >possible and the protocol is not set in the parameters structure in >this case. > >The rpc_portmap_getport() changes require that the protocol is set >in oder to function. >--- > lib/rpc_subs.c | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/lib/rpc_subs.c b/lib/rpc_subs.c >index cfb63d2..7c99ea8 100644 >--- a/lib/rpc_subs.c >+++ b/lib/rpc_subs.c >@@ -877,6 +877,8 @@ int rpc_portmap_getport(struct conn_info *info, > > memset(&pmap_info, 0, sizeof(struct conn_info)); > >+ pmap_info.proto = proto; >+ > if (proto == IPPROTO_TCP) > pmap_info.timeout.tv_sec = PMAP_TOUT_TCP; > else
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 1038356
:
840639
|
840957
| 841126