diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/kdb.h | 4 |
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 |