krb5/deprecated: Nix const abuse.

This commit is contained in:
Taylor R Campbell
2023-06-20 01:24:36 +00:00
committed by Nicolas Williams
parent 7ec6b6220d
commit 270e0d819c

View File

@@ -653,7 +653,8 @@ krb5_sendto (krb5_context context,
return ret;
_krb5_sendto_ctx_set_krb5hst(context, ctx, handle);
ret = krb5_sendto_context(context, ctx, send_data, (char *)_krb5_krbhst_get_realm(handle), receive);
ret = krb5_sendto_context(context, ctx, send_data,
_krb5_krbhst_get_realm(handle), receive);
krb5_sendto_ctx_free(context, ctx);
return ret;
}