Skip to content
Snippets Groups Projects
Commit 129aa288 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix numericStringMatch (ITS#2938)

parent 1ac20b1f
Branches
Tags
No related merge requests found
......@@ -2987,8 +2987,8 @@ static slap_mrule_defs_rec mrule_defs[] = {
{"( 2.5.13.8 NAME 'numericStringMatch' "
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.36 )",
SLAP_MR_EQUALITY | SLAP_MR_EXT, NULL,
NULL, numericStringNormalize, octetStringSubstringsMatch,
octetStringSubstringsIndexer, octetStringSubstringsFilter,
NULL, numericStringNormalize, octetStringMatch,
octetStringIndexer, octetStringFilter,
NULL },
{"( 2.5.13.10 NAME 'numericStringSubstringsMatch' "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment