summaryrefslogtreecommitdiffstats
path: root/src/kim/lib/kim_selection_hints.c
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2008-09-30 20:05:17 +0000
committerAlexandra Ellwood <lxs@mit.edu>2008-09-30 20:05:17 +0000
commit6b6d24e1ae0aadffb9062ac94ae8e600e09dbef0 (patch)
tree2bddd1c4440a027ef8f1ee702bc53c0872de3703 /src/kim/lib/kim_selection_hints.c
parent7dea4900af23686834aa9c899206438a8d27076a (diff)
downloadkrb5-6b6d24e1ae0aadffb9062ac94ae8e600e09dbef0.tar.gz
krb5-6b6d24e1ae0aadffb9062ac94ae8e600e09dbef0.tar.xz
krb5-6b6d24e1ae0aadffb9062ac94ae8e600e09dbef0.zip
krb5 library-side changes for com_err based error strings
ticket: 6138 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20786 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kim/lib/kim_selection_hints.c')
-rw-r--r--src/kim/lib/kim_selection_hints.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kim/lib/kim_selection_hints.c b/src/kim/lib/kim_selection_hints.c
index 8cb98f683..6bfa3f182 100644
--- a/src/kim/lib/kim_selection_hints.c
+++ b/src/kim/lib/kim_selection_hints.c
@@ -58,7 +58,7 @@ struct kim_selection_hints_opaque kim_selection_hints_initializer = {
static inline kim_error kim_selection_hints_allocate (kim_selection_hints *out_selection_hints)
{
- kim_error err = KIM_NO_ERROR;
+ kim_error err = kim_library_init ();
kim_selection_hints selection_hints = NULL;
if (!err && !out_selection_hints) { err = check_error (KIM_NULL_PARAMETER_ERR); }