mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 10:07:56 -05:00
Fix typo in numeric-descend
This commit is contained in:
parent
c9c1ee10b3
commit
fc1c7d9987
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ static slap_verbmasks sorts[] = {
|
|||
{ BER_BVC("alpha-ascend"), VALSORT_ASCEND|VALSORT_ALPHA },
|
||||
{ BER_BVC("alpha-descend"), VALSORT_DESCEND|VALSORT_ALPHA },
|
||||
{ BER_BVC("numeric-ascend"), VALSORT_ASCEND|VALSORT_NUMERIC },
|
||||
{ BER_BVC("numeric-ascend"), VALSORT_DESCEND|VALSORT_NUMERIC },
|
||||
{ BER_BVC("numeric-descend"), VALSORT_DESCEND|VALSORT_NUMERIC },
|
||||
{ BER_BVC("weighted"), VALSORT_WEIGHTED },
|
||||
{ BER_BVNULL, 0 }
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue