Skip to content
Snippets Groups Projects
Commit 3646790c authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#5529

parent f12efad4
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ OpenLDAP 2.4 Change Log ...@@ -2,6 +2,8 @@ OpenLDAP 2.4 Change Log
OpenLDAP 2.4.11 Engineering OpenLDAP 2.4.11 Engineering
Added slapo-nssov contrib module 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) OpenLDAP 2.4.10 Release (2008/06/08)
Fixed libldap file descriptor leak with SELinux (ITS#5507) Fixed libldap file descriptor leak with SELinux (ITS#5507)
......
...@@ -31,6 +31,11 @@ if test $MONITORDB = no; then ...@@ -31,6 +31,11 @@ if test $MONITORDB = no; then
exit 0 exit 0
fi fi
if test $THREADS = threadsno ; then
echo "Need threads support, test skipped"
exit 0
fi
mkdir -p $TESTDIR $DBDIR1 $DBDIR2 $DBDIR3 mkdir -p $TESTDIR $DBDIR1 $DBDIR2 $DBDIR3
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment