mirror of
https://github.com/samba-team/samba.git
synced 2025-08-30 17:49:30 +03:00
s4:heimdal/gssapi/krb5: set cred_handle in _gsskrb5_import_cred
metze
This commit is contained in:
@ -249,5 +249,6 @@ _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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user