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
3646790c
Commit
3646790c
authored
Jul 08, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5529
parent
f12efad4
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
3646790c
...
...
@@ -2,6 +2,8 @@ OpenLDAP 2.4 Change Log
OpenLDAP 2.4.11 Engineering
Added slapo-nssov contrib module
Build Environment
Fixed test048 to skip if threads is not available (ITS#5529)
OpenLDAP 2.4.10 Release (2008/06/08)
Fixed libldap file descriptor leak with SELinux (ITS#5507)
...
...
tests/scripts/test048-syncrepl-multiproxy
View file @
3646790c
...
...
@@ -31,6 +31,11 @@ if test $MONITORDB = no; then
exit
0
fi
if
test
$THREADS
=
threadsno
;
then
echo
"Need threads support, test skipped"
exit
0
fi
mkdir
-p
$TESTDIR
$DBDIR1
$DBDIR2
$DBDIR3
#
...
...
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