add error code for bogus arg to encode_kdc_rep
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Jan 1990 16:47:12 +0000 (16:47 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 29 Jan 1990 16:47:12 +0000 (16:47 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@187 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/krb5_err.et

index 9aa0524a689f6dd5c5f4b12c7161ac65c2771026..d1b373083ec512910e3211f3b42157129ca7ef09 100644 (file)
@@ -161,4 +161,6 @@ error_code KRB5_PARSE_MALFORMED,    "Malformed representation of principal"
 error_code KRB5_CONFIG_CANTOPEN,       "Can't find configuration file"
 error_code KRB5_CONFIG_BADFORMAT,      "Improper format of configuration file"
 error_code KRB5_CONFIG_NOTENUFSPACE,   "Insufficient space to return complete information"
+
+error_code KRB5_BADMSGTYPE,            "Invalid message type specified for encoding"
 end