summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2010-09-29 21:38:26 +0000
committerGreg Hudson <ghudson@mit.edu>2010-09-29 21:38:26 +0000
commitbf379a1745600446fb262d27577545b1314aa04a (patch)
tree8ca861e639ff4a22262d8f33df27e915126cf522 /src
parentebbb44b4958a4100d16fb0ded4b055a6374df5ef (diff)
downloadkrb5-bf379a1745600446fb262d27577545b1314aa04a.tar.gz
krb5-bf379a1745600446fb262d27577545b1314aa04a.tar.xz
krb5-bf379a1745600446fb262d27577545b1314aa04a.zip
Follow-on to r24258: initialize the new k5e1 error table where we
initialize the krb5 error table, and add initialize_k5e1_error_table to the libkrb5 exports list for consistency with the other error tables. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24378 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/error_tables/init_ets.c1
-rw-r--r--src/lib/krb5/krb5_libinit.c2
-rw-r--r--src/lib/krb5/libkrb5.exports1
3 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/krb5/error_tables/init_ets.c b/src/lib/krb5/error_tables/init_ets.c
index f682c8512..66ef74721 100644
--- a/src/lib/krb5/error_tables/init_ets.c
+++ b/src/lib/krb5/error_tables/init_ets.c
@@ -37,6 +37,7 @@ krb5_init_ets (krb5_context context)
if (inited == 0) {
initialize_krb5_error_table();
+ initialize_k5e1_error_table();
initialize_kv5m_error_table();
initialize_kdb5_error_table();
initialize_asn1_error_table();
diff --git a/src/lib/krb5/krb5_libinit.c b/src/lib/krb5/krb5_libinit.c
index 1948b7268..e7c046705 100644
--- a/src/lib/krb5/krb5_libinit.c
+++ b/src/lib/krb5/krb5_libinit.c
@@ -35,6 +35,7 @@ int krb5int_lib_init(void)
#endif
add_error_table(&et_krb5_error_table);
+ add_error_table(&et_k5e1_error_table);
add_error_table(&et_kv5m_error_table);
add_error_table(&et_kdb5_error_table);
add_error_table(&et_asn1_error_table);
@@ -94,6 +95,7 @@ void krb5int_lib_fini(void)
#endif
remove_error_table(&et_krb5_error_table);
+ remove_error_table(&et_k5e1_error_table);
remove_error_table(&et_kv5m_error_table);
remove_error_table(&et_kdb5_error_table);
remove_error_table(&et_asn1_error_table);
diff --git a/src/lib/krb5/libkrb5.exports b/src/lib/krb5/libkrb5.exports
index b64a7dd0e..9554fa21c 100644
--- a/src/lib/krb5/libkrb5.exports
+++ b/src/lib/krb5/libkrb5.exports
@@ -102,6 +102,7 @@ initialize_asn1_error_table
initialize_k524_error_table
initialize_kdb5_error_table
initialize_krb5_error_table
+initialize_k5e1_error_table
initialize_kv5m_error_table
initialize_prof_error_table
k5_plugin_free_modules