Remove unused variable.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3975 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -163,7 +163,7 @@ print_cred_verbose(krb5_context context, krb5_creds *cred)
|
||||
}
|
||||
#endif
|
||||
default:{
|
||||
char *p, *s;
|
||||
char *s;
|
||||
int i;
|
||||
krb5_address *a = &cred->addresses.val[j];
|
||||
s = malloc(a->address.length * 2 + 1);
|
||||
|
@@ -45,7 +45,6 @@ main(int argc, char **argv)
|
||||
{
|
||||
krb5_context context;
|
||||
krb5_error_code ret;
|
||||
krb5_ccache cache;
|
||||
krb5_creds cred;
|
||||
krb5_preauthtype pre_auth_types[] = {KRB5_PADATA_ENC_TIMESTAMP};
|
||||
krb5_get_init_creds_opt get_options;
|
||||
|
Reference in New Issue
Block a user