diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-04-30 16:09:02 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-04-30 16:09:02 +0000 |
| commit | a91000e0f10995ce2c06a042ad5c4b58090696a5 (patch) | |
| tree | 2eb7bf5de38ad44836cec266779285ce9364624a /src | |
| parent | e0f76ed04cbc3693b3246615b59ca2a8a2d7dbbf (diff) | |
| download | krb5-a91000e0f10995ce2c06a042ad5c4b58090696a5.tar.gz krb5-a91000e0f10995ce2c06a042ad5c4b58090696a5.tar.xz krb5-a91000e0f10995ce2c06a042ad5c4b58090696a5.zip | |
"file" should be "FILE"
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@634 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/krb5/ccache/file/fcc_ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/file/fcc_ops.c b/src/lib/krb5/ccache/file/fcc_ops.c index ac125436b..f2e84889a 100644 --- a/src/lib/krb5/ccache/file/fcc_ops.c +++ b/src/lib/krb5/ccache/file/fcc_ops.c @@ -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, |
