From da431926721df4340ef068604b47c4b809387fc8 Mon Sep 17 00:00:00 2001 From: Barry Jaspan Date: Fri, 18 Oct 1996 17:56:26 +0000 Subject: [PATCH] update rename comment to agree with code and previous comment in 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 --- src/lib/kdb/kdb_dbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/kdb/kdb_dbm.c b/src/lib/kdb/kdb_dbm.c index c80087d83..6476734b2 100644 --- a/src/lib/kdb/kdb_dbm.c +++ b/src/lib/kdb/kdb_dbm.c @@ -808,7 +808,7 @@ krb5_dbm_db_rename(context, from, to) 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. */ -- 2.26.2