git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@319 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-03-18 02:01:20 +00:00
parent a7dc3c9965
commit e7007c047b
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ main (int argc, char **argv)
abort ();
printf ("%s\t", str);
free (str);
printf ("%s\t", ctime(&creds.times.starttime));
printf ("%s\t", ctime(&creds.times.authtime));
printf ("%s\n", ctime(&creds.times.endtime));
}
err = krb5_cc_end_seq_get (context, ccache, &cursor);

View File

@@ -44,7 +44,7 @@ main (int argc, char **argv)
abort ();
printf ("%s\t", str);
free (str);
printf ("%s\t", ctime(&creds.times.starttime));
printf ("%s\t", ctime(&creds.times.authtime));
printf ("%s\n", ctime(&creds.times.endtime));
}
err = krb5_cc_end_seq_get (context, ccache, &cursor);