From: Ken Raeburn Date: Wed, 28 Nov 1990 09:26:36 +0000 (+0000) Subject: Changed structure name to unique (fcc-specific) name X-Git-Tag: krb5-1.0-alpha3~85 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=375a5387dead3b42c7787c0534b40d1c80e1365d;p=krb5.git Changed structure name to unique (fcc-specific) name git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1508 dc483132-0cff-0310-8789-dd5450dbe970 --- 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,