"file" should be "FILE"
authorJohn Kohl <jtkohl@mit.edu>
Mon, 30 Apr 1990 16:09:02 +0000 (16:09 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 30 Apr 1990 16:09:02 +0000 (16:09 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@634 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/file/fcc_ops.c

index ac125436b202caa0c42fc00ba30bbe834724aeff..f2e84889a0ccfc11e9a85dc05fbf29aadc8c1f6d 100644 (file)
@@ -19,7 +19,7 @@ static char fcc_ops_c[] = "$Id$";
 #include "fcc.h"
 
 krb5_cc_ops krb5_fcc_ops = {
-     "file",
+     "FILE",
      krb5_fcc_get_name,
      krb5_fcc_resolve,
      krb5_fcc_generate_new,