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

@@ -318,7 +318,7 @@ end_fwd:
krb5_data outbuf;
kret = krb5_mk_rep (gssapi_krb5_context,
&(*context_handle)->auth_context,
(*context_handle)->auth_context,
&outbuf);
if (kret) {
ret = GSS_S_FAILURE;

View File

@@ -318,7 +318,7 @@ end_fwd:
krb5_data outbuf;
kret = krb5_mk_rep (gssapi_krb5_context,
&(*context_handle)->auth_context,
(*context_handle)->auth_context,
&outbuf);
if (kret) {
ret = GSS_S_FAILURE;