add ATYPE_NOSUPP
authorJohn Kohl <jtkohl@mit.edu>
Mon, 25 Feb 1991 15:32:32 +0000 (15:32 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 25 Feb 1991 15:32:32 +0000 (15:32 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1777 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/krb5_err.et

index cc538ef5fe1ab3923eab92822b4eff31a4ac1aea..4e932b48a1e6c866ff7d70fb20a523a57ba26c09 100644 (file)
@@ -255,4 +255,9 @@ error_code KRB5_RCACHE_BADVNO,      "Unsupported replay cache format version number"
 error_code KRB5_CCACHE_BADVNO, "Unsupported credentials cache format version number"
 error_code KRB5_KEYTAB_BADVNO, "Unsupported key table format version number"
 
+#
+#
+
+error_code KRB5_PROG_ATYPE_NOSUPP,     "Program lacks support for address type"
+
 end