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

@@ -266,7 +266,7 @@ doit(char *filename, int merge)
ent.max_renew = parse_integer(NULL, e.max_renew);
ent.flags = parse_hdbflags2int(e.flags);
db->store(context, db, &ent);
db->store(context, db, 1, &ent);
hdb_free_entry (context, &ent);
}
db->close(context, db);