mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
auth/credentials_krb5: silence a build warning.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
763cae60c3
commit
abc2d812f5
@ -516,7 +516,9 @@ _PUBLIC_ int cli_credentials_get_client_gss_creds(struct cli_credentials *cred,
|
||||
OM_uint32 maj_stat, min_stat;
|
||||
struct gssapi_creds_container *gcc;
|
||||
struct ccache_container *ccache;
|
||||
#ifdef SAMBA4_USES_HEIMDAL
|
||||
gss_buffer_desc empty_buffer = GSS_C_EMPTY_BUFFER;
|
||||
#endif
|
||||
krb5_enctype *etypes = NULL;
|
||||
|
||||
if (cred->client_gss_creds_obtained >= cred->client_gss_creds_threshold &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user