(set_ptypes): make ptypes const
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14020 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -586,7 +586,7 @@ fail:
|
|||||||
static int
|
static int
|
||||||
set_ptypes(krb5_context context,
|
set_ptypes(krb5_context context,
|
||||||
KRB_ERROR *error,
|
KRB_ERROR *error,
|
||||||
krb5_preauthtype **ptypes,
|
const krb5_preauthtype **ptypes,
|
||||||
krb5_preauthdata **preauth)
|
krb5_preauthdata **preauth)
|
||||||
{
|
{
|
||||||
static krb5_preauthdata preauth2;
|
static krb5_preauthdata preauth2;
|
||||||
|
Reference in New Issue
Block a user