summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-07-03 11:52:31 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-07-03 11:52:31 +0000
commit4220169d10d0ccadd726b74a354789a0bf5e78e5 (patch)
tree327fda23314aaeb8a4e9204ec89a42a8dfc6d173 /src
parent6b69d246d149b2dc5997944185ae38e9d8d5affc (diff)
fix ccache to keytab
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1021 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/keytab/ktbase.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/krb5/keytab/ktbase.c b/src/lib/krb5/keytab/ktbase.c
index da2aa65f3..9edfec7f5 100644
--- a/src/lib/krb5/keytab/ktbase.c
+++ b/src/lib/krb5/keytab/ktbase.c
@@ -7,7 +7,7 @@
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
*
- * Registration functions for ccache.
+ * Registration functions for keytab.
*/
#if !defined(lint) && !defined(SABER)
@@ -28,8 +28,8 @@ static struct krb5_kt_typelist krb5_kt_typelist_dfl = { &krb5_kt_dfl_ops, 0 };
static struct krb5_kt_typelist *kt_typehead = &krb5_kt_typelist_dfl;
/*
- * Register a new credentials cache type
- * If override is set, replace any existing ccache with that type tag
+ * Register a new key table type
+ * don't replace if it already exists; return an error instead.
*/
krb5_error_code