fix ccache to keytab
authorJohn Kohl <jtkohl@mit.edu>
Tue, 3 Jul 1990 11:52:31 +0000 (11:52 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 3 Jul 1990 11:52:31 +0000 (11:52 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1021 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/keytab/ktbase.c

index da2aa65f3cba170e48ff119eccbcf81e2d04761f..9edfec7f52db11f27712faebb63fc91271ac70c4 100644 (file)
@@ -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