Skip to content
Snippets Groups Projects
Commit a6da45c9 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix typo in last commit

parent 1745c247
No related branches found
No related tags found
No related merge requests found
......@@ -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' )",
0, printableStringValidate, NULL},
{"( 1.3.6.1.4.1.1466.115.121.1.45 DESC 'SubtreeSpecification' )",
#define subtreeStringValidate UTF8StringValidate /* FIXME */
#define subtreeSpecificationValidate UTF8StringValidate /* FIXME */
0, subtreeSpecificationValidate, NULL},
{"( 1.3.6.1.4.1.1466.115.121.1.49 DESC 'Supported Algorithm' "
X_BINARY X_NOT_H_R ")",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment