From fb3028a10dfbc5bb0c1065ab1f04adcbe22e3438 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 27 May 2008 22:07:30 +0000 Subject: [PATCH] ITS#5519 --- CHANGES | 1 + libraries/libldap_r/thr_stub.c | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/CHANGES b/CHANGES index c98f274d69..7d32a01905 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,7 @@ OpenLDAP 2.4 Change Log OpenLDAP 2.4.10 Engineering Fixed libldap file descriptor leak with SELinux (ITS#5507) + Fixed libldap_r missing stubs (ITS#5519) Fixed slapd missing termination of integerFilter keys (ITS#5503) Fixed slapd multiple attrs in URI (ITS#5516) Fixed slapd-bdb/hdb MAXPATHLEN (ITS#5531) diff --git a/libraries/libldap_r/thr_stub.c b/libraries/libldap_r/thr_stub.c index 80c01cfdc4..0768b5cf7a 100644 --- a/libraries/libldap_r/thr_stub.c +++ b/libraries/libldap_r/thr_stub.c @@ -226,6 +226,16 @@ int ldap_pvt_thread_pool_resume ( return(0); } +int ldap_pvt_thread_pool_pausing( ldap_pvt_thread_pool_t *tpool ) +{ + return(0); +} + +ldap_pvt_thread_pool_pausecheck( ldap_pvt_thread_pool_t *tpool ) +{ + return(0); +} + void *ldap_pvt_thread_pool_context( ) { return(NULL); -- 2.39.5