Correct the DAL documentation for db_create
authorGreg Hudson <ghudson@mit.edu>
Mon, 3 May 2010 23:44:30 +0000 (23:44 +0000)
committerGreg Hudson <ghudson@mit.edu>
Mon, 3 May 2010 23:44:30 +0000 (23:44 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23964 dc483132-0cff-0310-8789-dd5450dbe970

src/include/kdb.h

index f9caca4162b5b1de539674b758c40c7fabf15de8..492e7364e2a743bacd41e3a89ff0b4e27afbc41b 100644 (file)
@@ -920,9 +920,10 @@ typedef struct _kdb_vftabl {
     krb5_error_code (*fini_module)(krb5_context kcontext);
 
     /*
-     * Optional: Create, but do not open, a database.  conf_section and db_args
-     * have the same meaning as in init_module.  This function may return an
-     * error if the database already exists.  Used by kdb5_util create.
+     * Optional: Initialize a database object while creating the underlying
+     * database.  conf_section and db_args have the same meaning as in
+     * init_module.  This function may return an error if the database already
+     * exists.  Used by kdb5_util create.
      */
     krb5_error_code (*db_create)(krb5_context kcontext, char *conf_section,
                                  char **db_args);