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 306446 Details for
Bug 447045
transparent proxying strips hostname from URI
[?]
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]
Capability version patch
squid-3.0.STABLE6-capability-version.patch (text/plain), 672 bytes, created by
Bojan Smojver
on 2008-05-23 04:10:46 UTC
(
hide
)
Description:
Capability version patch
Filename:
MIME Type:
Creator:
Bojan Smojver
Created:
2008-05-23 04:10:46 UTC
Size:
672 bytes
patch
obsolete
>diff -rauN squid-3.0.STABLE6-vanilla/src/tools.cc squid-3.0.STABLE6/src/tools.cc >--- squid-3.0.STABLE6-vanilla/src/tools.cc 2008-05-21 01:01:16.000000000 +1000 >+++ squid-3.0.STABLE6/src/tools.cc 2008-05-23 14:08:43.000000000 +1000 >@@ -1357,7 +1357,11 @@ > cap_user_header_t head = (cap_user_header_t) xcalloc(1, sizeof(cap_user_header_t)); > cap_user_data_t cap = (cap_user_data_t) xcalloc(1, sizeof(cap_user_data_t)); > >+#ifdef _LINUX_CAPABILITY_VERSION_1 >+ head->version = _LINUX_CAPABILITY_VERSION_1; >+#else > head->version = _LINUX_CAPABILITY_VERSION; >+#endif > > if (capget(head, cap) != 0) { > debugs(50, 1, "Can't get current capabilities");
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 447045
: 306446