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:
parent
77afcad8f0
commit
16f1ba2558
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user