Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Bugzilla
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
openldap
OpenLDAP
Commits
d671c49b
Commit
d671c49b
authored
26 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Fix set concurrency typos.
parent
6f481d0f
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/ldap_pvt_thread.h
+2
-2
2 additions, 2 deletions
include/ldap_pvt_thread.h
libraries/libldap_r/thr_posix.c
+1
-1
1 addition, 1 deletion
libraries/libldap_r/thr_posix.c
with
3 additions
and
3 deletions
include/ldap_pvt_thread.h
+
2
−
2
View file @
d671c49b
...
...
@@ -169,7 +169,7 @@ ldap_pvt_thread_sleep LDAP_P(( unsigned int s ));
#ifdef HAVE_GETCONCURRENCY
LDAP_F
int
ldap_pvt_thread_getconcurrency
LDAP_P
((
void
));
ldap_pvt_thread_get
_
concurrency
LDAP_P
((
void
));
#endif
#ifdef HAVE_SETCONCURRENCY
# ifndef LDAP_THREAD_CONCURRENCY
...
...
@@ -177,7 +177,7 @@ ldap_pvt_thread_getconcurrency LDAP_P(( void ));
# define LDAP_THREAD_CONCURRENCY 3
# endif
LDAP_F
int
ldap_pvt_thread_setconcurrency
LDAP_P
((
int
));
ldap_pvt_thread_set
_
concurrency
LDAP_P
((
int
));
#endif
LDAP_F
int
...
...
This diff is collapsed.
Click to expand it.
libraries/libldap_r/thr_posix.c
+
1
−
1
View file @
d671c49b
...
...
@@ -20,7 +20,7 @@ int
ldap_pvt_thread_initialize
(
void
)
{
#if defined( LDAP_THREAD_CONCURRENCY ) && HAVE_PTHREAD_SETCONCURRENCY
ldap_pvt_thread_setconcurrency
(
LDAP_THREAD_CONCURRENCY
);
ldap_pvt_thread_set
_
concurrency
(
LDAP_THREAD_CONCURRENCY
);
#endif
return
0
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment