mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Fix typo in last commit
This commit is contained in:
parent
1745c2478d
commit
a6da45c9c7
1 changed files with 1 additions and 1 deletions
|
|
@ -2753,7 +2753,7 @@ static slap_syntax_defs_rec syntax_defs[] = {
|
||||||
{"( 1.3.6.1.4.1.1466.115.121.1.44 DESC 'Printable String' )",
|
{"( 1.3.6.1.4.1.1466.115.121.1.44 DESC 'Printable String' )",
|
||||||
0, printableStringValidate, NULL},
|
0, printableStringValidate, NULL},
|
||||||
{"( 1.3.6.1.4.1.1466.115.121.1.45 DESC 'SubtreeSpecification' )",
|
{"( 1.3.6.1.4.1.1466.115.121.1.45 DESC 'SubtreeSpecification' )",
|
||||||
#define subtreeStringValidate UTF8StringValidate /* FIXME */
|
#define subtreeSpecificationValidate UTF8StringValidate /* FIXME */
|
||||||
0, subtreeSpecificationValidate, NULL},
|
0, subtreeSpecificationValidate, NULL},
|
||||||
{"( 1.3.6.1.4.1.1466.115.121.1.49 DESC 'Supported Algorithm' "
|
{"( 1.3.6.1.4.1.1466.115.121.1.49 DESC 'Supported Algorithm' "
|
||||||
X_BINARY X_NOT_H_R ")",
|
X_BINARY X_NOT_H_R ")",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue