aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/kdb/db2/db2_exp.c
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2006-01-29 21:14:03 +0000
committerSam Hartman <hartmans@mit.edu>2006-01-29 21:14:03 +0000
commita177821837fb86d88e43e22b57767fd5ef2515fb (patch)
tree03ee11094af5f272f85dc3f8d76ad611f44c0df7 /src/plugins/kdb/db2/db2_exp.c
parenta46812b69fb353574c958396b26bce817d88e20f (diff)
downloadkrb5-a177821837fb86d88e43e22b57767fd5ef2515fb.zip
krb5-a177821837fb86d88e43e22b57767fd5ef2515fb.tar.gz
krb5-a177821837fb86d88e43e22b57767fd5ef2515fb.tar.bz2
* Fix prototype of db2 library initializer to work with changes introduced in error handling patch.hartmans/ldap-integ
* Remove thread safety flag from the LDAP plugin vftable * Work around LDAP_X_ERROR not being in all version of OpenLDAP * Work around older OpenLDAP using ldap_opt_error_number not ldap_opt_result_code * Source is in SRCTOP not BUILDTOP; kadmin/server got this wrong. * Document more blocking bugs git-svn-id: svn://anonsvn.mit.edu/krb5/users/hartmans/ldap-integ@17633 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/kdb/db2/db2_exp.c')
-rw-r--r--src/plugins/kdb/db2/db2_exp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/kdb/db2/db2_exp.c b/src/plugins/kdb/db2/db2_exp.c
index 35f7004..87e973e 100644
--- a/src/plugins/kdb/db2/db2_exp.c
+++ b/src/plugins/kdb/db2/db2_exp.c
@@ -193,13 +193,13 @@ WRAP_K (krb5_db2_db_get_mkey,
(context, key));
static krb5_error_code
-hack_init (krb5_set_err_func_t f)
+hack_init ()
{
krb5_error_code c;
c = krb5int_mutex_alloc (&krb5_db2_mutex);
if (c)
return c;
- return krb5_db2_lib_init (f);
+ return krb5_db2_lib_init ();
}
static krb5_error_code