The Samba-Bugzilla – Attachment 3945 Details for
Bug 6128
extra const in parameter to check_server_referral
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
removes an extra const in the parameter line
too-many-const.patch (text/plain), 712 bytes, created by
Erik Hovland
on 2009-02-19 15:54:34 UTC
(
hide
)
Description:
removes an extra const in the parameter line
Filename:
MIME Type:
Creator:
Erik Hovland
Created:
2009-02-19 15:54:34 UTC
Size:
712 bytes
patch
obsolete
>You only need one const on either side of the *. > >From: Erik Hovland <erik@hovland.org> > > >--- > > source4/heimdal/lib/krb5/get_in_tkt.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > >diff --git a/source4/heimdal/lib/krb5/get_in_tkt.c b/source4/heimdal/lib/krb5/get_in_tkt.c >index cc49e16..7bb67be 100644 >--- a/source4/heimdal/lib/krb5/get_in_tkt.c >+++ b/source4/heimdal/lib/krb5/get_in_tkt.c >@@ -78,7 +78,7 @@ check_server_referral(krb5_context context, > unsigned flags, > krb5_const_principal requested, > krb5_const_principal returned, >- const krb5_keyblock const * key) >+ krb5_keyblock const * key) > { > krb5_error_code ret; > PA_ServerReferralData ref;
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 Raw
Actions:
View
Attachments on
bug 6128
: 3945