Changed structure name to unique (fcc-specific) name
authorKen Raeburn <raeburn@mit.edu>
Wed, 28 Nov 1990 09:26:36 +0000 (09:26 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 28 Nov 1990 09:26:36 +0000 (09:26 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1508 dc483132-0cff-0310-8789-dd5450dbe970

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

index d7949f6688238434c3cc0d9a81c4b02e91d1bb3e..b0dba8d98d51fbddc2475715102cce2f6d9c6782 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid_fcc_defops_c[] = "$Id$";
 
 #include "fcc.h"
 
-krb5_cc_ops krb5_cc_dfl_ops = {
+krb5_cc_ops krb5_cc_file_ops = {
      "FILE",
      krb5_fcc_get_name,
      krb5_fcc_resolve,