remove trailing whitespace
This commit is contained in:
@@ -62,7 +62,7 @@ int main(int argc, char *argv[])
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void do_kdeltkt (int count, char *names[],
|
||||
static void do_kdeltkt (int count, char *names[],
|
||||
char *ccachestr, char *etypestr, int flags)
|
||||
{
|
||||
krb5_context context;
|
||||
@@ -125,10 +125,10 @@ static void do_kdeltkt (int count, char *names[],
|
||||
in_creds.session.keytype = etype;
|
||||
|
||||
ret = krb5_cc_retrieve_cred(context, ccache, retflags,
|
||||
&in_creds, &out_creds);
|
||||
&in_creds, &out_creds);
|
||||
if (ret) {
|
||||
krb5_warn(context, ret, "Can't retrieve credentials for %s", princ);
|
||||
|
||||
|
||||
krb5_free_unparsed_name(context, princ);
|
||||
|
||||
errors++;
|
||||
|
Reference in New Issue
Block a user