summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-11-05 00:45:29 +0000
committerTheodore Tso <tytso@mit.edu>1994-11-05 00:45:29 +0000
commit275da790494c33d0d18b5d889ca08994a6dd7884 (patch)
treebbba99436b9b222650707278a36e1bf2d42d84be
parent8f5eb3692b4c8a2fe31211e702805c4abbfc7e8e (diff)
downloadkrb5-275da790494c33d0d18b5d889ca08994a6dd7884.tar.gz
krb5-275da790494c33d0d18b5d889ca08994a6dd7884.tar.xz
krb5-275da790494c33d0d18b5d889ca08994a6dd7884.zip
Missing comma on all of the error_code lines. (Oops!)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4629 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/lib/krb5/error_tables/kv5m_err.et68
1 files changed, 34 insertions, 34 deletions
diff --git a/src/lib/krb5/error_tables/kv5m_err.et b/src/lib/krb5/error_tables/kv5m_err.et
index 50d6847ca..f5b0f482c 100644
--- a/src/lib/krb5/error_tables/kv5m_err.et
+++ b/src/lib/krb5/error_tables/kv5m_err.et
@@ -25,39 +25,39 @@
error_table kv5m
-error_code KV5M_NONE "Kerberos V5 magic number table"
-error_code KV5M_PRINCIPAL "Bad magic number for krb5_principal structure"
-error_code KV5M_DATA "Bad magic number for krb5_data structure"
-error_code KV5M_KEYBLOCK "Bad magic number for krb5_keyblock structure"
-error_code KV5M_CHECKSUM "Bad magic number for krb5_checksum structure"
-error_code KV5M_ENCRYPT_BLOCK "Bad magic number for krb5_encrypt_block structure"
-error_code KV5M_ENC_DATA "Bad magic number for krb5_enc_data structure"
-error_code KV5M_CRYPTOSYSTEM_ENTRY "Bad magic number for krb5_cryptosystem_entry structure"
-error_code KV5M_CS_TABLE_ENTRY "Bad magic number for krb5_cs_table_entry structure"
-error_code KV5M_CHECKSUM_ENTRY "Bad magic number for krb5_checksum_entry structure"
+error_code KV5M_NONE, "Kerberos V5 magic number table"
+error_code KV5M_PRINCIPAL, "Bad magic number for krb5_principal structure"
+error_code KV5M_DATA, "Bad magic number for krb5_data structure"
+error_code KV5M_KEYBLOCK, "Bad magic number for krb5_keyblock structure"
+error_code KV5M_CHECKSUM, "Bad magic number for krb5_checksum structure"
+error_code KV5M_ENCRYPT_BLOCK, "Bad magic number for krb5_encrypt_block structure"
+error_code KV5M_ENC_DATA, "Bad magic number for krb5_enc_data structure"
+error_code KV5M_CRYPTOSYSTEM_ENTRY, "Bad magic number for krb5_cryptosystem_entry structure"
+error_code KV5M_CS_TABLE_ENTRY, "Bad magic number for krb5_cs_table_entry structure"
+error_code KV5M_CHECKSUM_ENTRY, "Bad magic number for krb5_checksum_entry structure"
-error_code KV5M_AUTH_DATA "Bad magic number for krb5_authdata structure"
-error_code KV5M_TRANSITED "Bad magic number for krb5_transited structure"
-error_code KV5M_ENC_TKT_PART "Bad magic number for krb5_enc_tkt_part structure"
-error_code KV5M_TICKET "Bad magic number for krb5_ticket structure"
-error_code KV5M_AUTHENTICATOR "Bad magic number for krb5_authenticator structure"
-error_code KV5M_TKT_AUTHENT "Bad magic number for krb5_tkt_authent structure"
-error_code KV5M_CREDS "Bad magic number for krb5_creds structure"
-error_code KV5M_LAST_REQ_ENTRY "Bad magic number for krb5_last_req_entry structure"
-error_code KV5M_PA_DATA "Bad magic number for krb5_pa_data structure"
-error_code KV5M_KDC_REQ "Bad magic number for krb5_kdc_req structure"
-error_code KV5M_ENC_KDC_REP_PART "Bad magic number for krb5_enc_kdc_rep_part structure"
-error_code KV5M_KDC_REP "Bad magic number for krb5_kdc_rep structure"
-error_code KV5M_ERROR "Bad magic number for krb5_error structure"
-error_code KV5M_AP_REQ "Bad magic number for krb5_ap_req structure"
-error_code KV5M_AP_REP "Bad magic number for krb5_ap_rep structure"
-error_code KV5M_AP_REP_ENC_PART "Bad magic number for krb5_ap_rep_enc_part structure"
-error_code KV5M_RESPONSE "Bad magic number for krb5_response structure"
-error_code KV5M_SAFE "Bad magic number for krb5_safe structure"
-error_code KV5M_PRIV "Bad magic number for krb5_priv structure"
-error_code KV5M_PRIV_ENC_PART "Bad magic number for krb5_priv_enc_part structure"
-error_code KV5M_CRED "Bad magic number for krb5_cred structure"
-error_code KV5M_CRED_INFO "Bad magic number for krb5_cred_info structure"
-error_code KV5M_CRED_ENC_PART "Bad magic number for krb5_cred_enc_part structure"
-error_code KV5M_PWD_DATA "Bad magic number for krb5_pwd_data structure"
+error_code KV5M_AUTH_DATA, "Bad magic number for krb5_authdata structure"
+error_code KV5M_TRANSITED, "Bad magic number for krb5_transited structure"
+error_code KV5M_ENC_TKT_PART, "Bad magic number for krb5_enc_tkt_part structure"
+error_code KV5M_TICKET, "Bad magic number for krb5_ticket structure"
+error_code KV5M_AUTHENTICATOR, "Bad magic number for krb5_authenticator structure"
+error_code KV5M_TKT_AUTHENT, "Bad magic number for krb5_tkt_authent structure"
+error_code KV5M_CREDS, "Bad magic number for krb5_creds structure"
+error_code KV5M_LAST_REQ_ENTRY, "Bad magic number for krb5_last_req_entry structure"
+error_code KV5M_PA_DATA, "Bad magic number for krb5_pa_data structure"
+error_code KV5M_KDC_REQ, "Bad magic number for krb5_kdc_req structure"
+error_code KV5M_ENC_KDC_REP_PART, "Bad magic number for krb5_enc_kdc_rep_part structure"
+error_code KV5M_KDC_REP, "Bad magic number for krb5_kdc_rep structure"
+error_code KV5M_ERROR, "Bad magic number for krb5_error structure"
+error_code KV5M_AP_REQ, "Bad magic number for krb5_ap_req structure"
+error_code KV5M_AP_REP, "Bad magic number for krb5_ap_rep structure"
+error_code KV5M_AP_REP_ENC_PART, "Bad magic number for krb5_ap_rep_enc_part structure"
+error_code KV5M_RESPONSE, "Bad magic number for krb5_response structure"
+error_code KV5M_SAFE, "Bad magic number for krb5_safe structure"
+error_code KV5M_PRIV, "Bad magic number for krb5_priv structure"
+error_code KV5M_PRIV_ENC_PART, "Bad magic number for krb5_priv_enc_part structure"
+error_code KV5M_CRED, "Bad magic number for krb5_cred structure"
+error_code KV5M_CRED_INFO, "Bad magic number for krb5_cred_info structure"
+error_code KV5M_CRED_ENC_PART, "Bad magic number for krb5_cred_enc_part structure"
+error_code KV5M_PWD_DATA, "Bad magic number for krb5_pwd_data structure"
end