remove trailing whitespace
This commit is contained in:
@@ -259,7 +259,7 @@ make_cred_from_ccred(krb5_context context,
|
||||
if (cred->addresses.val == NULL)
|
||||
goto nomem;
|
||||
cred->addresses.len = i;
|
||||
|
||||
|
||||
for (i = 0; i < cred->addresses.len; i++) {
|
||||
cred->addresses.val[i].addr_type = incred->addresses[i]->type;
|
||||
ret = krb5_data_copy(&cred->addresses.val[i].address,
|
||||
@@ -546,7 +546,7 @@ acc_resolve(krb5_context context, krb5_ccache *id, const char *res)
|
||||
error = (*a->ccache->func->get_kdc_time_offset)(a->ccache,
|
||||
cc_credentials_v5,
|
||||
&offset);
|
||||
if (error == 0)
|
||||
if (error == 0)
|
||||
context->kdc_sec_offset = offset;
|
||||
|
||||
} else if (error == ccErrCCacheNotFound) {
|
||||
@@ -887,7 +887,7 @@ acc_get_version(krb5_context context,
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
struct cache_iter {
|
||||
cc_context_t context;
|
||||
cc_ccache_iterator_t iter;
|
||||
@@ -961,7 +961,7 @@ acc_get_cache_next(krb5_context context, krb5_cc_cursor cursor, krb5_ccache *id)
|
||||
acc_close(context, *id);
|
||||
*id = NULL;
|
||||
return translate_cc_error(context, error);
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -1031,7 +1031,7 @@ acc_get_default_name(krb5_context context, char **str)
|
||||
(*cc->func->release)(cc);
|
||||
return translate_cc_error(context, error);
|
||||
}
|
||||
|
||||
|
||||
error = asprintf(str, "API:%s", name->data);
|
||||
(*name->func->release)(name);
|
||||
(*cc->func->release)(cc);
|
||||
|
Reference in New Issue
Block a user