add KRB5_TRANS_CANTOPEN, KRB5_TRANS_BADFORMAT
authorJohn Kohl <jtkohl@mit.edu>
Thu, 19 Apr 1990 18:12:51 +0000 (18:12 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 19 Apr 1990 18:12:51 +0000 (18:12 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@534 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/krb5_err.et

index e37d8124119dc7625996b11c30a6a11d7405d208..4a5b4cc6e1e96f8be58b8b261a6917594970522d 100644 (file)
@@ -204,4 +204,7 @@ error_code KRB5_RC_IO_IO,           "I/O error in replay cache i/o code"
 error_code KRB5_RC_IO_UNKNOWN,         "Generic unknown RC/IO error"
 error_code KRB5_RC_IO_SPACE,           "Insufficient system space to store replay information"
 
+error_code KRB5_TRANS_CANTOPEN,                "Can't find realm translation file"
+error_code KRB5_TRANS_BADFORMAT,       "Improper format of realm translation file"
+
 end