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 864264 Details for
Bug 1066137
Unresolved external symbol references break loading of the ACL plugin
[?]
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]
Add "const" in the right places to fix mismatches
const.patch (text/plain), 1.11 KB, created by
Nalin Dahyabhai
on 2014-02-17 19:49:05 UTC
(
hide
)
Description:
Add "const" in the right places to fix mismatches
Filename:
MIME Type:
Creator:
Nalin Dahyabhai
Created:
2014-02-17 19:49:05 UTC
Size:
1.11 KB
patch
obsolete
>--- 389-ds-base-1.3.2.11/include/libaccess/acleval.h >+++ 389-ds-base-1.3.2.11/include/libaccess/acleval.h >@@ -64,7 +64,7 @@ NSPR_BEGIN_EXTERN_C > > /* Functions in acleval.c */ > extern int aclDNSLookup(DNSFilter_t * dnf, >- char * dnsspec, int fqdn, char **match); >+ const char * dnsspec, int fqdn, const char **match); > extern int aclIPLookup(IPFilter_t * ipf, IPAddr_t ipaddr, void **match); > extern int aclUserLookup(UidUser_t * uup, UserObj_t * uoptr); > extern int aclEvaluate(ACL_t * acl, USI_t arid, ClAuth_t * clauth, int * padn); >--- 389-ds-base-1.3.2.11/lib/base/ereport.cpp >+++ 389-ds-base-1.3.2.11/lib/base/ereport.cpp >@@ -62,7 +62,7 @@ > /* taken from ACL plugin acl.h */ > #define ACL_PLUGIN_NAME "NSACLPlugin" > >-NSAPI_PUBLIC int ereport_v(int degree, char *fmt, va_list args) >+NSAPI_PUBLIC int ereport_v(int degree, const char *fmt, va_list args) > { > char errstr[MAX_ERROR_LEN]; > >@@ -88,7 +88,7 @@ NSAPI_PUBLIC int ereport_v(int degree, c > return IO_OKAY; > } > >-NSAPI_PUBLIC int ereport(int degree, char *fmt, ...) >+NSAPI_PUBLIC int ereport(int degree, const char *fmt, ...) > { > va_list args; > int rv;
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 1066137
: 864264