mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fix error message
This commit is contained in:
parent
553d83c3c1
commit
43d069adac
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ RC=$?
|
|||
|
||||
# expect 10 (LDAP_REFERRAL)...
|
||||
if test $RC != 10 ; then
|
||||
echo "ldapmodify should have failed ($RC)!"
|
||||
echo "ldapmodify should have returned referral ($RC)!"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit $RC
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue