gssapi/krb5: set cred_handle in _gsskrb5_import_cred
metze Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
ac8444c77f
commit
103cc941eb
@@ -249,5 +249,7 @@ _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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user