diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-07-14 14:15:29 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-07-15 11:15:05 +0200 |
commit | e0541ed98d730622f348e3871aba02908ce477dd (patch) | |
tree | 513722bc67696bce27d0dcfd3f4526b4eeb4e7f1 | |
parent | dcf197fc8c8c81bdbb477e0e8dc1b5cb35c9e90b (diff) | |
download | samba-e0541ed98d730622f348e3871aba02908ce477dd.tar.gz samba-e0541ed98d730622f348e3871aba02908ce477dd.tar.bz2 samba-e0541ed98d730622f348e3871aba02908ce477dd.zip |
s4:auth/credentials: with the build after heimdal import
metze
-rw-r--r-- | source4/auth/credentials/credentials_krb5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/credentials/credentials_krb5.c b/source4/auth/credentials/credentials_krb5.c index 1643197004..7130e4164d 100644 --- a/source4/auth/credentials/credentials_krb5.c +++ b/source4/auth/credentials/credentials_krb5.c @@ -538,6 +538,7 @@ _PUBLIC_ int cli_credentials_get_client_gss_creds(struct cli_credentials *cred, * of AES keys. */ min_stat = krb5_get_default_in_tkt_etypes(ccache->smb_krb5_context->krb5_context, + KRB5_PDU_NONE, &etypes); if (min_stat == 0) { OM_uint32 num_ktypes; |