update rename comment to agree with code and previous comment in
authorBarry Jaspan <bjaspan@mit.edu>
Fri, 18 Oct 1996 17:56:26 +0000 (17:56 +0000)
committerBarry Jaspan <bjaspan@mit.edu>
Fri, 18 Oct 1996 17:56:26 +0000 (17:56 +0000)
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

index c80087d8338b1ce19ca38a90b9d243014cd8ba57..6476734b213cd6ef62e99dc1ad4a8d907702adc3 100644 (file)
@@ -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.
         */