de-pointerise auth_context parameter to krb5_mk_rep

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9290 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-12-06 21:03:34 +00:00
parent 4633427291
commit 835f8fc8e0
5 changed files with 6 additions and 6 deletions

View File

@@ -163,7 +163,7 @@ reply_priv (krb5_auth_context auth_context,
krb5_data e_data;
ret = krb5_mk_rep (context,
&auth_context,
auth_context,
&ap_rep_data);
if (ret) {
krb5_warn (context, ret, "Could not even generate error reply");