Skip to content
Snippets Groups Projects
Commit e165806e authored by Howard Chu's avatar Howard Chu
Browse files

Fix typo, use dn.base instead of dn.exact in unparse

parent f19a4ea9
No related branches found
No related tags found
No related merge requests found
......@@ -901,9 +901,9 @@ limits_parse_one(
}
static const char *lmpats[] = {
"exact",
"exact",
"onelvel",
"base",
"base",
"onelevel",
"subtree",
"children",
"regex",
......
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