]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Remove "XXX" from KRB5_CC_IO error description
authorRobbie Harwood <rharwood@redhat.com>
Wed, 17 Aug 2016 20:00:46 +0000 (16:00 -0400)
committerTom Yu <tlyu@mit.edu>
Fri, 19 Aug 2016 21:15:44 +0000 (17:15 -0400)
[tlyu@mit.edu: edit commit message]

src/lib/krb5/error_tables/krb5_err.et

index b15aeed79fdd4d95dd638abeaadf06087270b1a3..74a576a75673b4e40cf5ee7712ea679c4029b2d0 100644 (file)
@@ -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"