ChangeLog: rename will create the database if it does not already
exist, but not fail if it does already exist
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9202
dc483132-0cff-0310-8789-
dd5450dbe970
db_ctx = (krb5_db_context *) context->db_context;
/*
- * Create the database, failing if it already exists; the
+ * Create the database if it does not already exists; the
* files must exist because krb5_dbm_db_lock, called below,
* will fail otherwise.
*/