mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
ITS#4490 fix awk comment
This commit is contained in:
parent
3c1df853e4
commit
7703e7e3a9
1 changed files with 1 additions and 1 deletions
|
|
@ -464,5 +464,5 @@ exit 0
|
|||
|
||||
## Note to developers: when SLAPD_DEBUG=-1 the command
|
||||
## awk '/^do_extended$/ {if (c) {print c} c=0} /<===slap_sasl_match:/ {c++} END {print c}' $TESTDIR/slapd.1.log
|
||||
## must return the sequence 1 2 3 4 5 6 7 8 9 9 1 2 3 4 5 6 7 8 9 9 9 1
|
||||
## must return the sequence 1 2 3 4 5 6 7 8 8 8 1 2 3 4 5 6 7 8 8 8 8 1
|
||||
## to indicate that the authzFrom and authzTo rules applied in the right order.
|
||||
|
|
|
|||
Loading…
Reference in a new issue