1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4:heimdal/gssapi/krb5: set cred_handle in _gsskrb5_import_cred

metze
This commit is contained in:
Stefan Metzmacher 2009-09-18 02:44:49 +02:00
parent 77afcad8f0
commit 16f1ba2558

View File

@ -249,5 +249,6 @@ _gsskrb5_import_cred(OM_uint32 * minor_status,
handle->ccache = id; handle->ccache = id;
handle->cred_flags = flags; handle->cred_flags = flags;
*cred_handle = (gss_cred_id_t)handle;
return GSS_S_COMPLETE; return GSS_S_COMPLETE;
} }