svn rev #24743: trunk/src/include/

ghudson@MIT.EDU ghudson at MIT.EDU
Wed Mar 23 21:24:43 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=24743
Commit By: ghudson
Log Message:
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).



Changed Files:
U   trunk/src/include/kdb.h
Modified: trunk/src/include/kdb.h
===================================================================
--- trunk/src/include/kdb.h	2011-03-22 04:41:10 UTC (rev 24742)
+++ trunk/src/include/kdb.h	2011-03-24 01:24:42 UTC (rev 24743)
@@ -756,8 +756,8 @@
 
 /*
  * 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




More information about the cvs-krb5 mailing list