Remove unused variables.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4513 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -342,7 +342,7 @@ add_padata(krb5_context context,
|
||||
krb5_data *salt)
|
||||
{
|
||||
krb5_error_code ret;
|
||||
PA_DATA pa, *pa2;
|
||||
PA_DATA *pa2;
|
||||
krb5_keyblock *key;
|
||||
krb5_enctype etype;
|
||||
krb5_data salt2;
|
||||
@@ -385,7 +385,6 @@ init_as_req (krb5_context context,
|
||||
{
|
||||
krb5_error_code ret;
|
||||
krb5_data salt;
|
||||
krb5_keyblock *key;
|
||||
krb5_enctype etype;
|
||||
|
||||
memset(a, 0, sizeof(*a));
|
||||
|
@@ -457,7 +457,6 @@ krb5_get_init_creds_password(krb5_context context,
|
||||
if(kdc_reply.error.e_data){
|
||||
METHOD_DATA md;
|
||||
int i;
|
||||
krb5_preauthtype *pt = pre_auth_types;
|
||||
decode_METHOD_DATA(kdc_reply.error.e_data->data,
|
||||
kdc_reply.error.e_data->length,
|
||||
&md,
|
||||
|
Reference in New Issue
Block a user