kdc: Make parameter const
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:

committed by
Jeffrey Altman

parent
ffac143401
commit
0e9e1a4f31
@@ -110,7 +110,7 @@ pk_check_pkauthenticator_win2k(krb5_context context,
|
|||||||
|
|
||||||
static krb5_error_code
|
static krb5_error_code
|
||||||
pk_check_pkauthenticator(krb5_context context,
|
pk_check_pkauthenticator(krb5_context context,
|
||||||
PKAuthenticator *a,
|
const PKAuthenticator *a,
|
||||||
const KDC_REQ *req)
|
const KDC_REQ *req)
|
||||||
{
|
{
|
||||||
krb5_error_code ret;
|
krb5_error_code ret;
|
||||||
|
Reference in New Issue
Block a user