diff options
author | Theodore Tso <tytso@mit.edu> | 1995-12-21 23:53:58 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1995-12-21 23:53:58 +0000 |
commit | 022716c37fbb66711570208fe4002d9b9c249e8b (patch) | |
tree | fc650bb450e718cadd5a4db3252f9dfda3addca5 /src/lib/krb5/error_tables | |
parent | ac6812acc7d22a8e4391a38d7f1aa37ccb660631 (diff) | |
download | krb5-022716c37fbb66711570208fe4002d9b9c249e8b.tar.gz krb5-022716c37fbb66711570208fe4002d9b9c249e8b.tar.xz krb5-022716c37fbb66711570208fe4002d9b9c249e8b.zip |
Fixed typo (missing comma) in file
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7247 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/error_tables')
-rw-r--r-- | src/lib/krb5/error_tables/krb5_err.et | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et index 71b8c8e30b..1e205a7300 100644 --- a/src/lib/krb5/error_tables/krb5_err.et +++ b/src/lib/krb5/error_tables/krb5_err.et @@ -254,7 +254,7 @@ error_code KRB5_FCC_NOFILE, "No credentials cache file found" error_code KRB5_FCC_INTERNAL, "Internal file credentials cache error" error_code KRB5_CC_WRITE, "Error writing to credentials cache file" error_code KRB5_CC_NOMEM, "No more memory to allocate (in credentials cache code)" -error_code KRB5_CC_FORMAT "Bad format in credentials cache" +error_code KRB5_CC_FORMAT, "Bad format in credentials cache" # errors for dual tgt library calls error_code KRB5_INVALID_FLAGS, "Invalid KDC option combination (library internal error)" |