mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-12 07:13:41 -05:00
ITS#9309 fix exit status on prev commit
This commit is contained in:
parent
827a5577f2
commit
2721246545
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ RC=$?
|
|||
if test $RC = 0 ; then
|
||||
echo "ldapadd should have failed ($RC)!"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit $RC
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Using ldapadd to populate the database..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue