svn rev #23964: trunk/src/include/

ghudson@MIT.EDU ghudson at MIT.EDU
Mon May 3 19:44:30 EDT 2010


http://src.mit.edu/fisheye/changelog/krb5/?cs=23964
Commit By: ghudson
Log Message:
Correct the DAL documentation for db_create.



Changed Files:
U   trunk/src/include/kdb.h
Modified: trunk/src/include/kdb.h
===================================================================
--- trunk/src/include/kdb.h	2010-05-03 19:42:29 UTC (rev 23963)
+++ trunk/src/include/kdb.h	2010-05-03 23:44:30 UTC (rev 23964)
@@ -920,9 +920,10 @@
     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);




More information about the cvs-krb5 mailing list