remove unused variable
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3963 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -556,7 +556,7 @@ krb5_get_credentials_with_flags(krb5_context context,
|
||||
krb5_creds **out_creds)
|
||||
{
|
||||
krb5_error_code ret;
|
||||
krb5_creds *tgt, **tgts;
|
||||
krb5_creds **tgts;
|
||||
int i;
|
||||
|
||||
*out_creds = calloc(1, sizeof(**out_creds));
|
||||
|
||||
Reference in New Issue
Block a user