more comments
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24462 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user