diff options
author | Jeffrey Altman <jaltman@secure-endpoints.com> | 2007-09-25 04:22:02 +0000 |
---|---|---|
committer | Jeffrey Altman <jaltman@secure-endpoints.com> | 2007-09-25 04:22:02 +0000 |
commit | 0c9671a9f8dc5d0efb2638952089fb2b6b78838a (patch) | |
tree | 2827878f626d8da42db45e90241bf82fe8760aea /src/windows | |
parent | f18c39bb4a41a9a83f60a18d62114500d2b54412 (diff) | |
download | krb5-0c9671a9f8dc5d0efb2638952089fb2b6b78838a.tar.gz krb5-0c9671a9f8dc5d0efb2638952089fb2b6b78838a.tar.xz krb5-0c9671a9f8dc5d0efb2638952089fb2b6b78838a.zip |
Document use of KRB5_CCH_CCNAME for ccache name length
ticket: 5772
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19978 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows')
-rw-r--r-- | src/windows/identity/kconfig/kconfig.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/windows/identity/kconfig/kconfig.h b/src/windows/identity/kconfig/kconfig.h index 691fe7115c..689992c29c 100644 --- a/src/windows/identity/kconfig/kconfig.h +++ b/src/windows/identity/kconfig/kconfig.h @@ -235,10 +235,10 @@ typedef struct tag_kconf_schema { specified in \a cspace is relative to the parent. Set this to NULL to indicate the root configuration space. - \param[in] cspace The confiuration path. This can be up to - ::KCONF_MAXCCH_PATH characters in length. Use either - backslashes or forward slashes to specify hiearchy. Set this - to NULL to reopen the parent configuration space. + \param[in] cspace The configuration path. This can be up to + ::KCONF_MAXCCH_PATH characters in length. Use backslashes to + specify hiearchy. Set this to NULL to reopen the parent + configuration space. \param[in] flags Flags. This can be a combination of KCONF_FLAG_* constants and KHM_FLAG_CREATE. If none of ::KCONF_FLAG_USER, |