remove const-ness to please coverity

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24088 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-12-11 04:57:25 +00:00
parent 4fd6aad19a
commit ad71a4584b

View File

@@ -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 * key)
{
krb5_error_code ret;
PA_ServerReferralData ref;