Add missing 'kill -HUP $KILLPIDS' statement before an exit.

This commit is contained in:
Hallvard Furuseth 2005-09-26 15:28:11 +00:00
parent 1732b14755
commit 737562a20b

View file

@ -49,6 +49,7 @@ done
if test $RC != 0 ; then
echo "ldapsearch failed ($RC)!"
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
fi