add `replace' arg to db->store

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3293 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-30 19:31:44 +00:00
parent a2a09b5eab
commit 7cc76266cf
7 changed files with 11 additions and 11 deletions

View File

@@ -301,7 +301,7 @@ change (krb5_auth_context auth_context,
ent.modified_by = e;
if (ent.pw_end)
*ent.pw_end = e->time + 3600; /* XXX - Change here! */
ret = db->store (context, db, &ent);
ret = db->store (context, db, 1, &ent);
}
krb5_free_keyblock (context, &new_keyblock);