(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:
@@ -37,7 +37,7 @@ RCSID("$Id$");
|
|||||||
|
|
||||||
krb5_error_code KRB5_LIB_FUNCTION
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
krb5_rd_error(krb5_context context,
|
krb5_rd_error(krb5_context context,
|
||||||
krb5_data *msg,
|
const krb5_data *msg,
|
||||||
KRB_ERROR *result)
|
KRB_ERROR *result)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user