add KRB5_KT_IOERR
authorJohn Kohl <jtkohl@mit.edu>
Thu, 26 Apr 1990 17:25:34 +0000 (17:25 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 26 Apr 1990 17:25:34 +0000 (17:25 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@601 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/krb5_err.et

index 092aa4d19417421e3d6758accf1f47c2e2986c29..3a2d7eaf2ddb660d0c464c72bd7cbf5645261e27 100644 (file)
@@ -218,5 +218,6 @@ error_code KRB5_KT_UNKNOWN_TYPE,    "Unknown Key table type"
 error_code KRB5_KT_NOTFOUND,           "Key table entry not found"
 error_code KRB5_KT_END,                        "End of key table reached"
 error_code KRB5_KT_NOWRITE,            "Cannot write to specified key table"
+error_code KRB5_KT_IOERR,              "Error writing to key table"
 
 end