summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-01-29 16:47:12 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-01-29 16:47:12 +0000
commit814d9b4fab72932da91acb2ee70c7723d2f2e316 (patch)
tree8c3bc828d3230638a6c85af0bb1d92d7d5d776de /src
parentc7477b499cf58a6051d0656342e9ffb2c3875a6d (diff)
add error code for bogus arg to encode_kdc_rep
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@187 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/error_tables/krb5_err.et2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et
index 9aa0524a6..d1b373083 100644
--- a/src/lib/krb5/error_tables/krb5_err.et
+++ b/src/lib/krb5/error_tables/krb5_err.et
@@ -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