summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-03-24 01:24:42 +0000
committerGreg Hudson <ghudson@mit.edu>2011-03-24 01:24:42 +0000
commit324b0c76237a9c1e72a63de3aaa71c1feb5e1b79 (patch)
treef68fcf9dc04ab1cb1f22ddeded8f8464103db50b /src
parent3e7b2fe8eb63451ecece4eef981e7e40aad4fd43 (diff)
downloadkrb5-324b0c76237a9c1e72a63de3aaa71c1feb5e1b79.tar.gz
krb5-324b0c76237a9c1e72a63de3aaa71c1feb5e1b79.tar.xz
krb5-324b0c76237a9c1e72a63de3aaa71c1feb5e1b79.zip
Fix DAL documentation to recommend using krb5_db_get_context() and
krb5_db_set_context() instead of directly accessing context->dal_handle->db_context (which requires internal headers). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24743 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/include/kdb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/kdb.h b/src/include/kdb.h
index 20ca78a3a..81e14e9f8 100644
--- a/src/include/kdb.h
+++ b/src/include/kdb.h
@@ -756,8 +756,8 @@ krb5_dbe_free_tl_data(krb5_context, krb5_tl_data *);
/*
* A krb5_context can hold one database object. Modules should use
- * context->dal_handle->db_context to store state associated with the database
- * object.
+ * krb5_db_set_context and krb5_db_get_context to store state associated with
+ * the database object.
*
* Some module functions are mandatory for KDC operation; others are optional
* or apply only to administrative operations. If a function is optional, a