(krb5_ticket_get_authorization_data_type): unbreak.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18923 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -242,7 +242,7 @@ krb5_ticket_get_authorization_data_type(krb5_context context,
|
||||
{
|
||||
AuthorizationData *ad;
|
||||
krb5_error_code ret;
|
||||
krb5_boolean found = 0;
|
||||
krb5_boolean found = FALSE;
|
||||
|
||||
krb5_data_zero(data);
|
||||
|
||||
@@ -252,7 +252,7 @@ krb5_ticket_get_authorization_data_type(krb5_context context,
|
||||
return ENOENT; /* XXX */
|
||||
}
|
||||
|
||||
ret = find_type_in_ad(context, type, data, found, TRUE,
|
||||
ret = find_type_in_ad(context, type, data, &found, TRUE,
|
||||
&ticket->ticket.key, ad, 0);
|
||||
if (ret)
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user