gssapi/krb5: set cred_handle in _gsskrb5_import_cred

metze

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:
Stefan Metzmacher
2009-09-18 02:44:49 +02:00
committed by Love Hornquist Astrand
parent ac8444c77f
commit 103cc941eb

View File

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