Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
4ea54855
Commit
4ea54855
authored
Jan 27, 1999
by
Kurt Zeilenga
Browse files
Fix PHREAD typo.
parent
c32dcd63
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/main.c
View file @
4ea54855
...
...
@@ -203,7 +203,7 @@ main( int argc, char **argv )
exit
(
1
);
}
#ifdef HAVE_PHREADS_FINAL
#ifdef HAVE_P
T
HREADS_FINAL
pthread_join
(
listener_tid
,
(
void
*
)
NULL
);
#else
pthread_join
(
listener_tid
,
(
void
*
)
&
status
);
...
...
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