s4:auth/credentials: with the build after heimdal import
authorStefan Metzmacher <metze@samba.org>
Thu, 14 Jul 2011 12:15:29 +0000 (14:15 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 15 Jul 2011 09:15:05 +0000 (11:15 +0200)
metze

source4/auth/credentials/credentials_krb5.c

index 1643197004cdefa2d189efa01b55af30c6ee13c7..7130e4164d1514096896285fdfdd139c0cd100e4 100644 (file)
@@ -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;