mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s4-auth: Use smb_krb5_cc_get_lifetime() wrapper.
Signed-off-by: Simo Sorce <idra@samba.org>
This commit is contained in:
parent
4d77466daf
commit
5832c61c5f
@ -303,8 +303,8 @@ _PUBLIC_ int cli_credentials_get_named_ccache(struct cli_credentials *cred,
|
||||
cred->ccache_obtained > CRED_UNINITIALISED) {
|
||||
time_t lifetime;
|
||||
bool expired = false;
|
||||
ret = krb5_cc_get_lifetime(cred->ccache->smb_krb5_context->krb5_context,
|
||||
cred->ccache->ccache, &lifetime);
|
||||
ret = smb_krb5_cc_get_lifetime(cred->ccache->smb_krb5_context->krb5_context,
|
||||
cred->ccache->ccache, &lifetime);
|
||||
if (ret == KRB5_CC_END) {
|
||||
/* If we have a particular ccache set, without
|
||||
* an initial ticket, then assume there is a
|
||||
|
Loading…
Reference in New Issue
Block a user