mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Fix typo $backend -> $BACKEND in message
This commit is contained in:
parent
92986c3434
commit
6dff367fce
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@
|
|||
# iterations the script should perform.
|
||||
|
||||
if test "$BACKEND" = ldif ; then
|
||||
echo "$backend backend does not support access controls, test skipped"
|
||||
echo "$BACKEND backend does not support access controls, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue