(krb5_rd_error): make indata const.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21057 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-12 17:22:31 +00:00
parent 31199bc152
commit 88254f2835

View File

@@ -37,7 +37,7 @@ RCSID("$Id$");
krb5_error_code KRB5_LIB_FUNCTION
krb5_rd_error(krb5_context context,
krb5_data *msg,
const krb5_data *msg,
KRB_ERROR *result)
{