more comments

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24462 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-25 00:48:00 +00:00
parent 8ae3718ed1
commit 711036431d

View File

@@ -247,9 +247,11 @@ main(int argc, char **argv)
if (ret)
krb5_err(context, 1, ret, "krb5_kt_resolve: %s", perf_str);
/* add, find, delete on keytab */
perf_add(context, id, times);
perf_find(context, id, times);
perf_delete(context, id, 0, times);
/* add and find again on used keytab */
perf_add(context, id, times);
perf_find(context, id, times);