From: John Kohl Date: Tue, 3 Jul 1990 11:52:31 +0000 (+0000) Subject: fix ccache to keytab X-Git-Tag: krb5-1.0-alpha2~390 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4220169d10d0ccadd726b74a354789a0bf5e78e5;p=krb5.git fix ccache to keytab git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1021 dc483132-0cff-0310-8789-dd5450dbe970 --- 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 * . * - * 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