krb5 commit: Remove "XXX" from KRB5_CC_IO error description
Tom Yu
tlyu at mit.edu
Fri Aug 19 17:17:02 EDT 2016
https://github.com/krb5/krb5/commit/c4fd3dcfc9b09f83ca724260f648f1a2052e6b83
commit c4fd3dcfc9b09f83ca724260f648f1a2052e6b83
Author: Robbie Harwood <rharwood at redhat.com>
Date: Wed Aug 17 16:00:46 2016 -0400
Remove "XXX" from KRB5_CC_IO error description
[tlyu at mit.edu: edit commit message]
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 b15aeed..74a576a 100644
--- a/src/lib/krb5/error_tables/krb5_err.et
+++ b/src/lib/krb5/error_tables/krb5_err.et
@@ -258,7 +258,7 @@ error_code KRB5_BAD_MSIZE, "Message size is incompatible with encryption type"
error_code KRB5_CC_TYPE_EXISTS, "Credentials cache type is already registered."
error_code KRB5_KT_TYPE_EXISTS, "Key table type is already registered."
-error_code KRB5_CC_IO, "Credentials cache I/O operation failed XXX"
+error_code KRB5_CC_IO, "Credentials cache I/O operation failed"
error_code KRB5_FCC_PERM, "Credentials cache permissions incorrect"
error_code KRB5_FCC_NOFILE, "No credentials cache found"
error_code KRB5_FCC_INTERNAL, "Internal credentials cache error"
More information about the cvs-krb5
mailing list