Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
e03eb0e2
Commit
e03eb0e2
authored
Oct 23, 2007
by
Quanah Gibson-Mount
Browse files
ITS#5197
parent
6ccef352
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap_r/thr_stub.c
View file @
e03eb0e2
...
...
@@ -172,6 +172,14 @@ ldap_pvt_thread_pool_maxthreads ( ldap_pvt_thread_pool_t *tpool, int max_threads
return
(
0
);
}
int
ldap_pvt_thread_pool_query
(
ldap_pvt_thread_pool_t
*
tpool
,
ldap_pvt_thread_pool_param_t
param
,
void
*
value
)
{
*
(
int
*
)
value
=
-
1
;
return
(
-
1
);
}
int
ldap_pvt_thread_pool_backload
(
ldap_pvt_thread_pool_t
*
pool
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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