From: Greg Hudson Date: Thu, 24 Mar 2011 01:24:42 +0000 (+0000) Subject: Fix DAL documentation to recommend using krb5_db_get_context() and X-Git-Tag: krb5-1.10-alpha1~521 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=324b0c76237a9c1e72a63de3aaa71c1feb5e1b79;p=krb5.git 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 --- 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