(tgs_make_reply): less const on hdb_entry_ex to make samba happy
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16410 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1663,10 +1663,10 @@ tgs_make_reply(krb5_context context,
|
||||
EncTicketPart *tgt,
|
||||
EncTicketPart *adtkt,
|
||||
AuthorizationData *auth_data,
|
||||
const hdb_entry_ex *server,
|
||||
const hdb_entry_ex *client,
|
||||
hdb_entry_ex *server,
|
||||
hdb_entry_ex *client,
|
||||
krb5_principal client_principal,
|
||||
const hdb_entry_ex *krbtgt,
|
||||
hdb_entry_ex *krbtgt,
|
||||
krb5_enctype cetype,
|
||||
const char **e_text,
|
||||
krb5_data *reply)
|
||||
|
Reference in New Issue
Block a user