summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>1990-11-28 09:26:36 +0000
committerKen Raeburn <raeburn@mit.edu>1990-11-28 09:26:36 +0000
commit375a5387dead3b42c7787c0534b40d1c80e1365d (patch)
tree2dcc1da6a49b7ebe23b0cdc10558def3b975381b /src/lib
parentf56662b1213ced3fc41276732db9790a60430358 (diff)
downloadkrb5-375a5387dead3b42c7787c0534b40d1c80e1365d.tar.gz
krb5-375a5387dead3b42c7787c0534b40d1c80e1365d.tar.xz
krb5-375a5387dead3b42c7787c0534b40d1c80e1365d.zip
Changed structure name to unique (fcc-specific) name
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1508 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/ccache/file/fcc_defops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/file/fcc_defops.c b/src/lib/krb5/ccache/file/fcc_defops.c
index d7949f668..b0dba8d98 100644
--- a/src/lib/krb5/ccache/file/fcc_defops.c
+++ b/src/lib/krb5/ccache/file/fcc_defops.c
@@ -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,