summaryrefslogtreecommitdiffstats
path: root/src/tests/kdbtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/kdbtest.c')
-rw-r--r--src/tests/kdbtest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tests/kdbtest.c b/src/tests/kdbtest.c
index b569b56235..93de07be87 100644
--- a/src/tests/kdbtest.c
+++ b/src/tests/kdbtest.c
@@ -167,7 +167,7 @@ static osa_policy_ent_rec sample_policy = {
6, /* pw_min_length */
2, /* pw_min_classes */
3, /* pw_history_num */
- 1, /* policy_refcnt */
+ 0, /* policy_refcnt */
2, /* pw_max_fail */
60, /* pw_failcnt_interval */
120, /* pw_lockout_duration */
@@ -377,7 +377,6 @@ main()
CHECK(krb5_dbe_update_tl_data(ctx, ent, &tl_no_policy));
ent->mask = KADM5_POLICY_CLR | KADM5_KEY_DATA;
CHECK(krb5_db_put_principal(ctx, ent));
- /* Deleting polname should work now that the reference is gone. */
CHECK(krb5_db_delete_policy(ctx, polname));
/* Put the modified entry again (with KDB_TL_USER_INFO tl-data for LDAP) as