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:
@@ -74,7 +74,7 @@ doit2(HDB *db, hdb_entry *ent)
|
||||
set_password (ent);
|
||||
set_modified_by (ent);
|
||||
|
||||
ret = db->store(context, db, ent);
|
||||
ret = db->store(context, db, 1, ent);
|
||||
if(ret)
|
||||
krb5_err(context, 1, ret, "db->store");
|
||||
}
|
||||
|
Reference in New Issue
Block a user