mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r1285: Put variable definitions into a block before the statements...
Volker
(This used to be commit e8786506b8
)
This commit is contained in:
parent
e3fcc0fc27
commit
407ab8474a
@ -76,9 +76,9 @@ static BOOL ads_keytab_verify_ticket(krb5_context context, krb5_auth_context aut
|
||||
p_packet->data = (krb5_pointer)ticket->data;
|
||||
|
||||
if (!(ret = krb5_rd_req(context, &auth_context, p_packet, NULL, NULL, NULL, pp_tkt))) {
|
||||
unsigned int keytype;
|
||||
krb5_free_unparsed_name(context, princ_name);
|
||||
princ_name = NULL;
|
||||
unsigned int keytype;
|
||||
#ifdef HAVE_KRB5_KEYTAB_ENTRY_KEYBLOCK
|
||||
keytype = (unsigned int) kt_entry.keyblock.keytype;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user