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 294719 Details for
Bug 432351
Direct maps fail on startup with autofs-5.0.1-0.rc2.55.el5.3
[?]
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 incorrect initialization, causing unpredictable behavior.
autofs-5.0.2-instance-stale-mark-fix.patch (text/plain), 689 bytes, created by
Ian Kent
on 2008-02-13 02:49:03 UTC
(
hide
)
Description:
Patch to fix incorrect initialization, causing unpredictable behavior.
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2008-02-13 02:49:03 UTC
Size:
689 bytes
patch
obsolete
>diff -up autofs-5.0.1/daemon/lookup.c.instance-stale-mark-fix autofs-5.0.1/daemon/lookup.c >--- autofs-5.0.1/daemon/lookup.c.instance-stale-mark-fix 2008-02-12 14:29:29.000000000 +0900 >+++ autofs-5.0.1/daemon/lookup.c 2008-02-12 14:31:47.000000000 +0900 >@@ -391,6 +391,7 @@ static enum nsswitch_status read_map_sou > tmap.instance = map->instance; > tmap.recurse = map->recurse; > tmap.depth = map->depth; >+ tmap.stale = map->stale; > tmap.argc = 0; > tmap.argv = NULL; > >@@ -740,6 +741,7 @@ static enum nsswitch_status lookup_map_n > tmap.instance = map->instance; > tmap.recurse = map->recurse; > tmap.depth = map->depth; >+ tmap.stale = map->stale; > tmap.argc = 0; > tmap.argv = NULL; >
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 432351
:
294581
| 294719