mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Fix typo, use dn.base instead of dn.exact in unparse
This commit is contained in:
parent
f19a4ea9ec
commit
e165806e25
1 changed files with 3 additions and 3 deletions
|
|
@ -901,9 +901,9 @@ limits_parse_one(
|
|||
}
|
||||
|
||||
static const char *lmpats[] = {
|
||||
"exact",
|
||||
"exact",
|
||||
"onelvel",
|
||||
"base",
|
||||
"base",
|
||||
"onelevel",
|
||||
"subtree",
|
||||
"children",
|
||||
"regex",
|
||||
|
|
|
|||
Loading…
Reference in a new issue