Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
fb3028a1
Commit
fb3028a1
authored
May 27, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5519
parent
916f35b5
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
fb3028a1
...
...
@@ -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)
...
...
libraries/libldap_r/thr_stub.c
View file @
fb3028a1
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment