From 375a5387dead3b42c7787c0534b40d1c80e1365d Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 28 Nov 1990 09:26:36 +0000 Subject: [PATCH] Changed structure name to unique (fcc-specific) name git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1508 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/ccache/file/fcc_defops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.26.2