the target database not already exist
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8930
dc483132-0cff-0310-8789-
dd5450dbe970
+Mon Aug 12 14:11:29 1996 Barry Jaspan <bjaspan@mit.edu>
+
+ * kdb_dbm.c (krb5_dbm_db_rename): rename should not insist that
+ the target database not already exist
+
Fri Aug 9 15:21:34 1996 Ezra Peisach <epeisach@dumpster.rose.brandeis.edu>
* Makefile.in (shared): Convert shared:: to shared: so will not
* files must exist because krb5_dbm_db_lock, called below,
* will fail otherwise.
*/
- db = KDBM_OPEN(db_ctx, to, O_RDWR|O_CREAT|O_EXCL, 0600);
+ db = KDBM_OPEN(db_ctx, to, O_RDWR|O_CREAT, 0600);
if (db == NULL) {
retval = errno;
goto errout;