Use struct credentials' instead of CREDENTIALS'.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3253 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-28 23:45:17 +00:00
parent 0eb374ab0c
commit 1c7b2c88fc

View File

@@ -52,7 +52,7 @@ check_ticket_flags(TicketFlags f)
krb5_error_code
krb524_convert_creds_kdc(krb5_context context,
krb5_creds *v5creds,
CREDENTIALS *v4creds)
struct credentials *v4creds)
{
krb5_error_code ret;
krb5_data reply;