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
Quanah Gibson-Mount
OpenLDAP
Commits
7963420c
Commit
7963420c
authored
Aug 27, 1998
by
Kurt Zeilenga
Browse files
Add NO_THREADS fix from tih@nhh.no
parent
dbcbc663
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/daemon.c
View file @
7963420c
...
...
@@ -219,7 +219,7 @@ slapd_daemon(
zero
.
tv_usec
=
0
;
Debug
(
LDAP_DEBUG_CONNS
,
"before select active_threads %d
\n
"
,
active_threads
,
0
,
0
);
#ifdef
PTHREAD_PREEMPTIVE
#if
def
ined(
PTHREAD_PREEMPTIVE
) || defined(NO_THREADS)
tvp
=
NULL
;
#else
tvp
=
active_threads
?
&
zero
:
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