Fix DAL documentation to recommend using krb5_db_get_context() and
authorGreg Hudson <ghudson@mit.edu>
Thu, 24 Mar 2011 01:24:42 +0000 (01:24 +0000)
committerGreg Hudson <ghudson@mit.edu>
Thu, 24 Mar 2011 01:24:42 +0000 (01:24 +0000)
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

src/include/kdb.h

index 20ca78a3a9d0b6ed5de95db07b0b81d65cab1afb..81e14e9f8ec937c4e8f09c12a94ab3b0c214022b 100644 (file)
@@ -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