mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix typo in numeric-descend
This commit is contained in:
parent
c9c1ee10b3
commit
fc1c7d9987
@ -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 New Issue
Block a user