summaryrefslogtreecommitdiffstats
path: root/src/include/kdb.h
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2010-05-03 23:44:30 +0000
committerGreg Hudson <ghudson@mit.edu>2010-05-03 23:44:30 +0000
commit120d229ed83a09b5d0a65f81d6030c6383895f32 (patch)
tree2df907d3c53c99e7960f1d91c459432fadcd5cb4 /src/include/kdb.h
parent58b7028315ce2f7a1be27cee8b463d0df4b500e4 (diff)
downloadkrb5-120d229ed83a09b5d0a65f81d6030c6383895f32.tar.gz
krb5-120d229ed83a09b5d0a65f81d6030c6383895f32.tar.xz
krb5-120d229ed83a09b5d0a65f81d6030c6383895f32.zip
Correct the DAL documentation for db_create
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23964 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/kdb.h')
-rw-r--r--src/include/kdb.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/kdb.h b/src/include/kdb.h
index f9caca4162..492e7364e2 100644
--- a/src/include/kdb.h
+++ b/src/include/kdb.h
@@ -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);